layout: default title: GoToOverrideParameters parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

GoToOverrideParameters Class

The following properties define a goTo override function.
ArcGIS Maps SDK for JavaScript

public class GoToOverrideParameters :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Widgets.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.Components.Widgets.GoToTarget Target, dymaptic.GeoBlazor.Core.Components.Widgets.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.Components.Widgets.GoToOptions? Options { get; set; }

Property Value

GoToOptions

GoToOverrideParameters.Target Property

The target location/viewpoint/extent to animate to.

public dymaptic.GeoBlazor.Core.Components.Widgets.GoToTarget Target { get; set; }

Property Value

GoToTarget

GoToOverrideParameters.ViewId Property

A reference Id to the MapView or SceneView where the navigation takes place.

public System.Guid ViewId { get; set; }

Property Value

System.Guid