Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
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 | |
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.