dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

FetchPopupFeaturesResult Class

The resulting features returned from the fetchFeatures method.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object šŸ”’ FetchPopupFeaturesResult

Implements System.IEquatable<FetchPopupFeaturesResult>

Constructors

FetchPopupFeaturesResult(IReadOnlyCollection, Point) Constructor

The resulting features returned from the fetchFeatures method.
ArcGIS Maps SDK for JavaScript

public FetchPopupFeaturesResult(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? AllGraphicsPromise=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location=null);

Parameters

AllGraphicsPromise System.Collections.Generic.IReadOnlyCollection<Graphic>

An array of promises containing graphics from the selected location.
ArcGIS Maps SDK for JavaScript

Location Point

The resulting location of the MapView or SceneView’s’ hitTest.
ArcGIS Maps SDK for JavaScript

Properties

FetchPopupFeaturesResult.AllGraphicsPromise Property

An array of promises containing graphics from the selected location.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? AllGraphicsPromise { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<Graphic>

FetchPopupFeaturesResult.Location Property

The resulting location of the MapView or SceneView’s’ hitTest.
ArcGIS Maps SDK for JavaScript

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

Property Value

Point