dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

SearchResult Class

The result object returned from a search().
ArcGIS Maps SDK for JavaScript

public class SearchResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.SearchResult>

Inheritance System.Object 🡒 SearchResult

Implements System.IEquatable<SearchResult>

Constructors

SearchResult(Extent, Graphic, string, Graphic) Constructor

The result object returned from a search().
ArcGIS Maps SDK for JavaScript

public SearchResult(dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent=null, dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null, string? Name=null, dymaptic.GeoBlazor.Core.Components.Graphic? Target=null);

Parameters

Extent Extent

The extent, or bounding box, of the returned feature.
ArcGIS Maps SDK for JavaScript

Feature Graphic

The resulting feature or location obtained from the search.
ArcGIS Maps SDK for JavaScript

Name System.String

The name of the result.
ArcGIS Maps SDK for JavaScript

Target Graphic

The target of the result, which is a Graphic used for either MapView goTo() or SceneView goTo() navigation.
ArcGIS Maps SDK for JavaScript

Properties

SearchResult.Extent Property

The extent, or bounding box, of the returned feature.
ArcGIS Maps SDK for JavaScript

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.
ArcGIS Maps SDK for JavaScript

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

Property Value

Graphic

SearchResult.Name Property

The name of the result.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

SearchResult.Target Property

The target of the result, which is a Graphic used for either MapView goTo() or SceneView goTo() navigation.
ArcGIS Maps SDK for JavaScript

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

Property Value

Graphic