Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Objects

SearchResult Class

The result object returned from a search.

ArcGIS
  
JS API

</a>

public class SearchResult

Inheritance System.Object 🡒 SearchResult

Properties

SearchResult.Extent Property

The extent, or bounding box, of the returned feature. The value depends on the data source, with higher quality
data sources returning extents closer to the feature obtained from the search.

public dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent { get; set; }

Property Value

Extent

SearchResult.Feature Property

The resulting feature or location obtained from the search.

public dymaptic.GeoBlazor.Core.Components.Layers.Graphic? Feature { get; set; }

Property Value

Graphic

SearchResult.Name Property

The name of the result.

public string? Name { get; set; }

Property Value

System.String