NTOSMOfflineReverseGeocodingService
@interface NTOSMOfflineReverseGeocodingService : NTReverseGeocodingService
A reverse geocoding service that uses custom geocoding database files. Note: this class is experimental and may change or even be removed in future SDK versions.
-
Constructs a new instance of the OSMOfflineReverseGeocodingService given path to the geocoding database.
Warning
Throws NSException If the database file could not be opened or read.Declaration
Objective-C
- (id)initWithPath:(NSString *)path;
Parameters
path
The full path to the geocoding database file.
-
Undocumented
Declaration
Objective-C
- (NSString *)getLanguage;
-
Undocumented
Declaration
Objective-C
-(NSString*)getLanguageSwigExplicitNTOSMOfflineReverseGeocodingService;
-
Undocumented
Declaration
Objective-C
- (void)setLanguage:(NSString *)lang;
-
Undocumented
Declaration
Objective-C
-(void)setLanguageSwigExplicitNTOSMOfflineReverseGeocodingService: (NSString*)lang;
-
Undocumented
Declaration
Objective-C
- (NTGeocodingResultVector *)calculateAddresses: (NTReverseGeocodingRequest *)request;
-
Undocumented
Declaration
Objective-C
-(NTGeocodingResultVector*)calculateAddressesSwigExplicitNTOSMOfflineReverseGeocodingService: (NTReverseGeocodingRequest*)request;
-
Undocumented
Declaration
Objective-C
-(void)dealloc;