Navmii SDK  2.2.0
Write yourself a navigation system in iOS
List of all members
NMReverseGeocodingRequest Class Reference

Inherits NMRequest.

Additional Inherited Members

- Instance Methods inherited from NMRequest
(nullable instancetype) - NS_UNAVAILABLE
 
(void) - startWithCompletion:
 
(void) - cancel
 
- Class Methods inherited from NMRequest
(nullable instancetype) + NS_UNAVAILABLE
 
- Properties inherited from NMRequest
NMMapCoordinatessearchLocation
 
NSUInteger maxResultsCount
 
NSString * locale
 
NMRequestStatus status
 

Detailed Description

A class to perform reverse geocoding request. Use this request when you need to figure out the full address at any coordinates. If you're not interested in the full address hierarchy, but only in country or state, you can use NMCountryAndStateRequest, which performs much faster then NMReverseGeocodingRequest. You cannot instantiate this class directly. Use NMSearchService to create intances of this class.