Show / Hide Table of Contents

Class SearchView

View for searching with locators and custom search sources.

Inheritance
object
BindableObject
Element
StyleableElement
NavigableElement
VisualElement
View
Layout
TemplatedView
SearchView
Implements
IEffectControlProvider
IToolTipElement
IContextFlyoutElement
IAnimatable
IViewController
IVisualElementController
IElementController
IGestureController
IGestureRecognizers
IPropertyMapperView
IHotReloadableView
IReplaceableView
ILayout
ILayoutController
IVisualTreeElement
IContentView
IView
IElement
ITransform
IPadding
ICrossPlatformLayout
INotifyPropertyChanged
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

Name Description
AllSourcesSelectTextProperty

Identifies the AllSourcesSelectText bindable property.

EnableDefaultWorldGeocoderProperty

Identifies the EnableDefaultWorldGeocoder bindable property.

EnableIndividualResultDisplayProperty

Identifies the EnableIndividualResultDisplay bindable property.

EnableRepeatSearchHereButtonProperty

Identifies the EnableRepeatSearchHereButton bindable proeprty.

EnableResultListViewProperty

Identifies the EnableResultListView bindable property.

GeoViewProperty

Identifies the GeoView bindable property.

MultipleResultZoomBufferProperty

Identifies the MultipleResultZoomBuffer bindable property.

NoResultMessageProperty

Identifies the NoResultMessage bindable property.

RepeatSearchButtonTextProperty

Identifies the RepeatSearchButtonText bindable property.

ResultTemplateProperty

Identifies the ResultTemplate bindable property.

SearchViewModelProperty

Identifies the SearchViewModel bindable property.

SuggestionGroupHeaderTemplateProperty

Identifies the SuggestionGroupHeaderTemplate bindable property.

SuggestionTemplateProperty

Identifies the SuggestionTemplate bindable property.

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()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX