Enum SearchResultMode
Defines how many results should be returned by a search.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public enum SearchResultMode
Fields
| Name | Description |
|---|---|
| Automatic | Try to make the right choice of single or multiple results based on context. |
| Multiple | Always try to return multiple results. |
| Single | Always try to return a single result. |