Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Inherited by NMCountryAndStateRequest, NMGeocodingRequest, NMPoiRequest, and NMReverseGeocodingRequest.
Instance Methods | |
(nullable instancetype) | - NS_UNAVAILABLE |
(void) | - startWithCompletion: |
(void) | - cancel |
Class Methods | |
(nullable instancetype) | + NS_UNAVAILABLE |
Properties | |
NMMapCoordinates * | searchLocation |
NSUInteger | maxResultsCount |
NSString * | locale |
NMRequestStatus | status |
Base class for all available search requests. You cannot instantiate this class directly. Use NMSearchService to create objects of different search requests.
- (void) cancel |
Cancels request operation.
+ (nullable instancetype) NS_UNAVAILABLE |
- (nullable instancetype) NS_UNAVAILABLE |
- (void) startWithCompletion: | (NMRequestCompletion) | completion |
Starts the search and delivers the results to the specified completion handler.
|
readwritenonatomiccopy |
Language in which the search query will be processed.
|
readwritenonatomicassign |
Maximum number of results.
|
readwritenonatomicstrong |
Center of the area of the search.
|
readwritenonatomicassign |
Current status of the request.