Companion
object Companion
Content copied to clipboard
Static variables and methods.
Functions
Properties
defaultMaxzoom
Link copied to clipboard
Maximum zoom level for which tiles are available, as in the TileJSON spec.
defaultMinimumTileUpdateInterval
Link copied to clipboard
Minimum tile update interval in milliseconds, which is used to throttle the tile update network requests.
defaultMinzoom
Link copied to clipboard
Minimum zoom level for which tiles are available, as in the TileJSON spec.
defaultPrefetchZoomDelta
Link copied to clipboard
When loading a map, if PrefetchZoomDelta is set to any number greater than 0, the map will first request a tile at zoom level lower than zoom - delta, but so that the zoom level is multiple of delta, in an attempt to display a full map at lower resolution as quick as possible.
defaultScheme
Link copied to clipboard
Influences the y direction of the tile coordinates.
defaultVolatile
Link copied to clipboard
A setting to determine whether a source's tiles are cached locally.