dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Results
SearchViewModelSearchResult Class
The result object returned from the search.
ArcGIS Maps SDK for JavaScript
public class SearchViewModelSearchResult :
System.IEquatable<dymaptic.GeoBlazor.Core.Results.SearchViewModelSearchResult>
Inheritance System.Object 🡒 SearchViewModelSearchResult
Implements System.IEquatable<SearchViewModelSearchResult>
Constructors
SearchViewModelSearchResult(Extent, Graphic, string) Constructor
The result object returned from the search.
ArcGIS Maps SDK for JavaScript
public SearchViewModelSearchResult(dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent=null, dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null, string? Name=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
Properties
SearchViewModelSearchResult.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
SearchViewModelSearchResult.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
SearchViewModelSearchResult.Name Property
The name of the result.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }