Builder

class Builder

Constructors

Link copied to clipboard
open fun Builder()

Functions

Link copied to clipboard
open fun buffer(buffer: Short): TileOptions.Builder
Tile buffer size on each side (measured in 1/512ths of a tile; higher means fewer rendering artifacts near tile edges but slower performance).
Link copied to clipboard
open fun build(): TileOptions
Link copied to clipboard
If the data includes geometry outside the tile boundaries, setting this to true clips the geometry to the tile boundaries.
Link copied to clipboard
open fun tileSize(tileSize: Short): TileOptions.Builder
Size of the tiles.
Link copied to clipboard
open fun tolerance(tolerance: Double): TileOptions.Builder
Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance).
Link copied to clipboard
If the data includes wrapped coordinates, setting this to true unwraps the coordinates.