Type Definitions
The following type definitions are available globally.
- 
                  
                  
Undocumented
See moreDeclaration
Objective-C
typedef struct HereSDKMapRect HereSDKMapRect 
- 
                  
                  
A block to be called to handle a geocoding response.
Declaration
Objective-C
typedef void (^HereSDKGeocodeCompletionHandler)( NSArray<HereSDKGeocodeResult *> *_Nullable, NSError *_Nullable)Swift
typealias HereSDKGeocodeCompletionHandler = ([HereSDKGeocodeResult]?, Error?) -> VoidParameters
resultsAn array of HereSDKGeocodeResult objects
errorError returned
 
      Type Definitions  Reference