NSDK_GeoCodeResult
@interface NSDK_GeoCodeResult : NSObject
Contains information about a geocoded location or address
@author PTV AG Karlsruhe
-
The resulting address of the geocoding/inverse geocoding.
Declaration
Objective-C
@property (readwrite, retain, nonatomic) NSDK_Address *_Nonnull resultAddress;
Swift
var resultAddress: NSDK_Address { get set }
-
The resulting coordinate of the geocoding/inverse geocoding.
Declaration
Objective-C
@property (readwrite, retain, nonatomic) NSDK_Position *_Nonnull resultPosition;
Swift
var resultPosition: NSDK_Position { get set }