layout: default title: LocatorSearchSourceFilter parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
LocatorSearchSourceFilter Class
For filtering suggests or search results. Setting a value here takes precedence over withinViewEnabled. Please see the object specification table below for details.
public class LocatorSearchSourceFilter : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LocatorSearchSourceFilter
Properties
LocatorSearchSourceFilter.Geometry Property
The filter geometry for suggests or search results. Extent is the only supported geometry when working with locator sources. See Find Address Candidates for additional information.
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }