dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

SearchViewModelSelectResultEventResult Class

An object containing the results of the search.

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

Inheritance System.Object 🡒 SearchViewModelSelectResultEventResult

Implements System.IEquatable<SearchViewModelSelectResultEventResult>

Constructors

SearchViewModelSelectResultEventResult(Extent, Graphic, string) Constructor

An object containing the results of the search.

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

Parameters

Extent Extent

Feature Graphic

Name System.String

Properties

SearchViewModelSelectResultEventResult.Extent Property

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

Property Value

Extent

SearchViewModelSelectResultEventResult.Feature Property

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

Property Value

Graphic

SearchViewModelSelectResultEventResult.Name Property

public string? Name { get; set; }

Property Value

System.String