|
ArcGIS Runtime SDK for iOS
100.15
|
Result of a suggest operation on AGSLocatorTask.
Instances of this class represent a suggestion result provided by suggestWithSearchText:parameters:completion: (AGSLocatorTask). Suggestion results are intended to be displayed as a user enters text character-by-character into a search box. When the user picks a suggestion, you will need to use geocodeWithSuggestResult:parameters:completion: (AGSLocatorTask) to find the location candidates for the suggestion.
Properties | |
| BOOL | collection |
| NSString * | label |
|
readnonatomicassign |
|
readnonatomiccopy |
The user-friendly text of the suggestion to display to a user.