Whether this tile source should always be visible regardless of past or future state. Default value is false
.
Animation options for the tile source.
Configuration options for the data associated with the layer.
The MapRequest instance to use when loading data for the data source. Either an instance of ApiRequest or MapRequest or configuration options to use when requesting data for the layer (for tile and vector content sources only).
The URL string to request data from for the data source. Value may be a function that receives information about the map, such as current coordinate bounds, to format a URL string before returning.
A Boolean indicating whether the tile source represents future data.
Unique identifier for the source.
Time offset to use for the layer's data. If an offset is defined, then the layer will only display data for that time interval regardless of the global timeline time interval and its animation will be disabled.
This property is only used for raster weather layers and can be an interval offset as a number or a time offset as a string supported by Aeris Maps (AMP). Refer to the Aeris Maps documentation at https://www.aerisweather.com/support/docs/aeris-maps/getting-started/time-offsets/
Style associated with the source.
The timestamp to use for the source data, either as a Date
or an Epoch time in milliseconds.
This value will be ignored if a value for offset
is defined.
Generated using TypeDoc
A data type that provides the configuration options for a tile source instance.