Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits NMRequest.
Properties | |
NSString * | searchQuery |
NSArray< NMPoiCategory * > * | poiCategories |
NSUInteger | searchRadiusInMeters |
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 request for places in interest (POI). Use this type of request when you want to find POIs around some coordinates using the textual query. Results will be sorted by distance from the coordinates specified in the request. You cannot instantiate this class directly. Use NMSearchService to create intances of this class.
|
readwritenonatomiccopy |
Using poiCategories property you can specify categories of POIs which should be used in the search. TODO: reference to the list of POI categories.
|
readwritenonatomiccopy |
Textual query to perform the search.
|
readwritenonatomicassign |
Radius of the area which will be searched.