Vector Tile Layer
VectorTileLayer.kt
Author
Jason Suto 5/26/25
Constructors
Properties
Whether to invert the mask layer's output.
The map controller that this layer is associated with.
The time series associated with the layer, if any.
The layer's timing configuration.
Functions
Returns the time series data provider to use for animating the layer, if any.
Used in TileTimeSeriesDataProvider. Needs testing
Recieves LatLonBounds and zoom level
Called when the data source's metadata has been loaded.
Refreshes the layer by re-rendering it. If a complete refresh is needed including triggering the associated data source to reload, then pass an argument of true
when calling the method. Otherwise, existing cached data will be used when the layer is re-rendered.
Flags the layer as dirty so that it is updated during the next render frame.