Navmii SDK  2.2.0
Write yourself a navigation system in iOS
List of all members
NMCountryAndStateRequest 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 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.