dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GoToOverrideParameters Class
The following properties define a goTo override function. ArcGIS Maps SDK for JavaScript
public record GoToOverrideParameters : System.IEquatable<dymaptic.GeoBlazor.Core.Model.GoToOverrideParameters>
Inheritance System.Object 🡒 GoToOverrideParameters
Implements System.IEquatable<GoToOverrideParameters>
Constructors
GoToOverrideParameters(Guid, GoToTarget, GoToOptions) Constructor
The following properties define a goTo override function. ArcGIS Maps SDK for JavaScript
public GoToOverrideParameters(System.Guid ViewId, dymaptic.GeoBlazor.Core.Model.GoToTarget Target, dymaptic.GeoBlazor.Core.Options.GoToOptions? Options);
Parameters
ViewId System.Guid
A reference Id to the MapView or SceneView where the navigation takes place.
Target GoToTarget
The target location/viewpoint/extent to animate to.
Options GoToOptions
Options defining the animation, duration, and easing of the navigation.
Properties
GoToOverrideParameters.Options Property
Options defining the animation, duration, and easing of the navigation.
public dymaptic.GeoBlazor.Core.Options.GoToOptions? Options { get; init; }
Property Value
GoToOverrideParameters.Target Property
The target location/viewpoint/extent to animate to.
public dymaptic.GeoBlazor.Core.Model.GoToTarget Target { get; init; }
Property Value
GoToOverrideParameters.ViewId Property
A reference Id to the MapView or SceneView where the navigation takes place.
public System.Guid ViewId { get; init; }