dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

GoToParameters Class

The parameters for the MapView’s goTo() method and the SceneView’s goTo() method.
ArcGIS Maps SDK for JavaScript

public class GoToParameters :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GoToParameters>

Inheritance System.Object 🡒 GoToParameters

Implements System.IEquatable<GoToParameters>

Constructors

GoToParameters(GoToOptions, GoToTarget) Constructor

The parameters for the MapView’s goTo() method and the SceneView’s goTo() method.
ArcGIS Maps SDK for JavaScript

public GoToParameters(dymaptic.GeoBlazor.Core.Options.GoToOptions? Options=null, dymaptic.GeoBlazor.Core.Model.GoToTarget? Target=null);

Parameters

Options GoToOptions

Target GoToTarget

Properties

GoToParameters.Options Property

public dymaptic.GeoBlazor.Core.Options.GoToOptions? Options { get; set; }

Property Value

GoToOptions

GoToParameters.Target Property

public dymaptic.GeoBlazor.Core.Model.GoToTarget? Target { get; set; }

Property Value

GoToTarget