Builder

class Builder

Constructors

Builder
Link copied to clipboard
open fun Builder()

Functions

build
Link copied to clipboard
open fun build(): TilesetDescriptorOptionsForTilesets
extraOptions
Link copied to clipboard
open fun extraOptions(@Nullable extraOptions: Value): TilesetDescriptorOptionsForTilesets.Builder
maxZoom
Link copied to clipboard
open fun maxZoom(maxZoom: Byte): TilesetDescriptorOptionsForTilesets.Builder
Maximum zoom level for the tile package.
minZoom
Link copied to clipboard
open fun minZoom(minZoom: Byte): TilesetDescriptorOptionsForTilesets.Builder
Minimum zoom level for the tile package.
pixelRatio
Link copied to clipboard
open fun pixelRatio(pixelRatio: Float): TilesetDescriptorOptionsForTilesets.Builder
Pixel ratio to be accounted for when downloading raster tiles.
tilesets
Link copied to clipboard
open fun tilesets(@NonNull tilesets: List<String>): TilesetDescriptorOptionsForTilesets.Builder
The tilesets associated with the tileset descriptor.