Skip to content
Types
import type { TrackableLayer } from "@arcgis/core/layers/mixins/TrackableLayer.js";
Subclasses:
CSVLayer, FeatureLayer, GeoJSONLayer, OGCFeatureLayer, StreamLayer
Since
ArcGIS Maps SDK for JavaScript 4.32

Mixin for layers that support track info.

Properties

PropertyTypeClass

trackInfo

autocast Property
Type
TrackInfo | null | undefined
beta

Allows you to render track data for a layer, including a track line, previous observations, and latest observations. For trackInfo to work, the layer must have timeInfo defined with a valid trackIdField.