Companion
object Companion
Content copied to clipboard
Static variables and methods.
Functions
Properties
defaultBuffer
Link copied to clipboard
Size of the tile buffer on each side.
defaultCluster
Link copied to clipboard
If the data is a collection of point features, setting this to true clusters the points by radius into groups.
defaultClusterMaxZoom
Link copied to clipboard
Max zoom on which to cluster points if clustering is enabled.
defaultClusterRadius
Link copied to clipboard
Radius of each cluster if clustering is enabled.
defaultGenerateId
Link copied to clipboard
Whether to generate ids for the geojson features.
defaultLineMetrics
Link copied to clipboard
Whether to calculate line distance metrics.
defaultMaxzoom
Link copied to clipboard
Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels).
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.
defaultTolerance
Link copied to clipboard
Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance).