ArcGIS Runtime SDK for iOS: AGSSuggestResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSSuggestResult Class Reference

Description

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.

Since
100
Inheritance diagram for AGSSuggestResult:
AGSObject

Properties

BOOL collection
 
NSString * label
 

Property Documentation

◆ collection

- (BOOL) collection
readnonatomicassign

◆ label

- (NSString*) label
readnonatomiccopy

The user-friendly text of the suggestion to display to a user.

Since
100