Property EnableRepeatSearchHereButton
| Edit this page View SourceEnableRepeatSearchHereButton
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.
Declaration
public bool EnableRepeatSearchHereButton { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Some consumer applications will display this button in a separate area of the UI from the search bar, often centered over the map. This property is intended to allow hiding the default button if using a custom 'Repeat Search' implementation. See RepeatSearchHere() and IsEligibleForRequery to enable a custom button implementation.