Types
import type { ArcgisReferenceElement, IconName, HeadingLevel, LoadErrorSource, GoToOverride } from "@arcgis/map-components/components/types.js";Type definitions
ArcgisReferenceElement
Type definition
- Type
- ArcgisLinkChart | ArcgisMap | ArcgisScene
ArcGISView
Type definition
- Type
- LinkChartView | MapView | SceneView
GoToParameters2D
Type definition
target
Property
- Type
- GoToTarget2D
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The target location/viewpoint/extent to animate to.
options
Property
- Type
- GoToOptions2D | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Options defining the animation and duration of the navigation.
GoToParameters3D
Type definition
target
Property
- Type
- GoToTarget3D
options
Property
- Type
- GoToOptions3D | undefined