Class SearchSuggestion
Wraps a search suggestion for display.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class SearchSuggestion
Constructors
Name | Description |
---|---|
SearchSuggestion(string, ISearchSource) | Initializes a new instance of the SearchSuggestion class. |
Properties
Name | Description |
---|---|
DisplaySubtitle | Gets or sets the optional subtitle that may be used when displaying a suggestion. |
DisplayTitle | Gets or sets the title to use when displaying a suggestion. |
IsCollection | Gets or sets a value indicating whether this result is for a collection (e.g. 'Coffee Shops') or a single result (e.g. 'Starbucks on Grand'). |
OwningSource | Gets the ISearchSource that created this result. |
UnderlyingObject | Gets or sets any underlying object for the suggestion. |