![]() |
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 of country and state. Use this request when you need to figure out only country or state at some coordinates. This request performs much faster then the whole reverse geocoding (NMReverseGeocodingRequest). You cannot instantiate this class directly. Use NMSearchService to create intances of this class.