Package-level declarations
Types
Synchronizes a map timeline with the loading state of the individual animators for each animatable layer that is active on a map.
A TimeSeriesDataProvider
class that handles loading and configuring time series data for tile layers.
A class that represents a time series of data.
Options for configuring a TimeSeriesAnimator
.
A helper class that performs remote data loading requests for data required by a TimeSeriesAnimator
instance. An instance of this class must provide a loader
function which is responsible for performing the data request and preparing it for the requested time intervals from the series.
A class that represents a time series data entry.
Defines the mode used when evaluating a layer's data based on time. Layers that aren't time-specific should use a value of none
.
Functions
Breaks up the intervals into smaller chunks for the requests.
Sorts an array of tile interval chunks so that we load those in the middle of each chunk first.