![]() |
Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits NMRequest.
Additional Inherited Members | |
![]() | |
(nullable instancetype) | - NS_UNAVAILABLE |
(void) | - startWithCompletion: |
(void) | - cancel |
![]() | |
(nullable instancetype) | + NS_UNAVAILABLE |
![]() | |
NMMapCoordinates * | searchLocation |
NSUInteger | maxResultsCount |
NSString * | locale |
NMRequestStatus | status |
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.