layout: default title: LayerSearchSourceFilter parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
LayerSearchSourceFilter 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 LayerSearchSourceFilter : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerSearchSourceFilter
Properties
LayerSearchSourceFilter.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; }
Property Value
LayerSearchSourceFilter.Where Property
The where clause specified for filtering suggests or search results.
public string? Where { get; set; }