TileLayer
Description
The tile layer is used with the standalone adapter to add raster tile basemaps to visualizations. See the Tile Layer docs for details.
TileLayer
Constructors
new TileLayer(def)
Creates a new instance of the layer.
Parameters
Initial options to set on this layer. Options can be changed after instantiation via layer.options()
or layer.resetOptions()
.
Properties
A unique id of the layer.
Methods
options(options)
Gets or sets the layer options while preserving any previously set options.
Parameters
The layer options to be set.
Returns
object
An object containing all layer options and their current values.
A reference to the
data
object it was most recently passed.