Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits NMRequest.
Properties | |
NSString * | searchQuery |
Properties inherited from NMRequest | |
NMMapCoordinates * | searchLocation |
NSUInteger | maxResultsCount |
NSString * | locale |
NMRequestStatus | status |
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 |
A class to perform geocoding request. Use this type of request when you have a textual address representation and want to find its coordinates. You cannot instantiate this class directly. Use NMSearchService to create intances of this class.
|
readwritenonatomiccopy |
Textual query to perform the search.