Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Properties | List of all members
NMGeocodingRequest Class Reference

Inherits NMRequest.

Properties

NSString * searchQuery
 
- Properties inherited from NMRequest
NMMapCoordinatessearchLocation
 
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
 

Detailed Description

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.

Property Documentation

◆ searchQuery

- (NSString*) searchQuery
readwritenonatomiccopy

Textual query to perform the search.