The receiver's data source.
Whether the data source is enabled.
Data key associated with the data source.
Returns the animation associated with the static layer.
Identifier associated with the data source.
Identifier associated with the data source.
Tile template URL
Animation Providers
Returns whether the listeners are registered for the specified event name.
Hides the layer associated with the source.
Returns whether the source is currently visible.
Removes a registered listener function for the specified event.
Name of the event to remove the listener for.
Handler function to remove so it won't be executed next time the event is triggered.
Registers a listener function to be executed each time an event occurs
Name of the event to listen for. Value can contain multiple event names separated by spaces to trigger the same handler function for each event name.
Handler function to be called when the event occurs
Registers a listener function to be executed the first time an event occurs.
Name of the event to listen for. Value can contain multiple event names separated by spaces to trigger the same handler function for each event name.
Handler function to be called when the event occurs
Flags the source for removal from the managing map strategy.
Changes the opacity of source's layer.
Changes the z-index of the source's layer.
Shows the layer associated with the source.
Triggers the specified event so that all registered listeners will be executed with the specified parameters.
Event name to trigger
Returns the url template string to use for tile requests based on the current timestamp.
Generated using TypeDoc
MapboxTileSource
is a subclass ofTileSource
that creates and manages a single tile layer to be used with anMapboxMapStrategy
.