Class SearchView
View for searching with locators and custom search sources.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class SearchView : TemplatedView, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, INotifyPropertyChanged
Constructors
Name | Description |
---|---|
SearchView() | Initializes a new instance of the SearchView class. |
Fields
Properties
Name | Description |
---|---|
AllSourcesSelectText | Gets or sets the text to show in the button for selecting all search sources. |
ClearCommand | Gets a command that clears the current search. |
EnableDefaultWorldGeocoder | Gets or sets a value indicating whether SearchViewModel will include the Esri World Geocoder service by default. |
EnableIndividualResultDisplay | Gets or sets a value indicating whether the view will show the selected result. If false, the result list is hidden automatically when a result is selected. |
EnableRepeatSearchHereButton | Gets or sets a value indicating whether a 'Repeat Search' button will be displayed when the user pans the map a sufficient amount after a search completes. |
EnableResultListView | Gets or sets a value indicating whether the default result list view will be shown. |
GeoView | Gets or sets the GeoView associated with this view. |
MultipleResultZoomBuffer | Gets or sets the buffer used when zooming to a set of results. |
NoResultMessage | Gets or sets a message to show when a search completes with no results. |
RepeatSearchButtonText | Gets or sets the text to show in the 'Repeat search' button. |
RepeatSearchHereCommand | Gets a command that repeats the last search with new geometry. |
ResultTemplate | Gets or sets the template used to display results. |
SearchCommand | Gets a command that starts a search with current parameters. |
SearchViewModel | Gets or sets the viewmodel that implements core search behavior. |
SuggestionGroupHeaderTemplate | Gets or sets the template used to display the header that groups suggestion results by source. |
SuggestionTemplate | Gets or sets the template used to display suggestions. |
Methods
Name | Description |
---|---|
OnApplyTemplate() |