java.lang.Object
com.esri.arcgisruntime.tasks.geocode.SuggestResult
Represents an instance of a result from a suggest operation.
- Since:
 - 100.0.0
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets a label containing the suggestion text.booleanIndicates if this suggestion is related to a category or group. 
- 
Method Details
- 
getLabel
Gets a label containing the suggestion text. This can be used to display suggestion results.- Returns:
 - a label containing the suggestion text
 - Since:
 - 100.0.0
 
 - 
isCollection
public boolean isCollection()Indicates if this suggestion is related to a category or group. Suggestions can be related to a category or group such as 'coffee', or some business name for example 'Starbucks'.- Returns:
 - true if suggestion related to category or group, false otherwise
 - Since:
 - 100.6.0
 
 
 -