dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
PopupFetchFeaturesOptions Class
Optional properties to use with the fetchFeatures method. ArcGIS Maps SDK for JavaScript
public record PopupFetchFeaturesOptions : System.IEquatable<dymaptic.GeoBlazor.Core.Options.PopupFetchFeaturesOptions>
Inheritance System.Object 🡒 PopupFetchFeaturesOptions
Implements System.IEquatable<PopupFetchFeaturesOptions>
Constructors
PopupFetchFeaturesOptions(string) Constructor
Optional properties to use with the fetchFeatures method. ArcGIS Maps SDK for JavaScript
public PopupFetchFeaturesOptions(string? Event=null);
Parameters
Event
System.String
The `click` event for either the MapView or SceneView. ArcGIS Maps SDK for JavaScript
Properties
PopupFetchFeaturesOptions.Event Property
The `click` event for either the MapView or SceneView. ArcGIS Maps SDK for JavaScript
public string? Event { get; set; }