Builder

class Builder

Constructors

Builder
Link copied to clipboard
open fun Builder()

Functions

build
Link copied to clipboard
open fun build(): TilesetDescriptorOptions
maxZoom
Link copied to clipboard
open fun maxZoom(maxZoom: Byte): TilesetDescriptorOptions.Builder
Maximum zoom level for the tile package.
minZoom
Link copied to clipboard
open fun minZoom(minZoom: Byte): TilesetDescriptorOptions.Builder
Minimum zoom level for the tile package.
pixelRatio
Link copied to clipboard
open fun pixelRatio(pixelRatio: Float): TilesetDescriptorOptions.Builder
Pixel ratio to be accounted for when downloading raster tiles.
stylePackOptions
Link copied to clipboard
open fun stylePackOptions(@Nullable stylePackOptions: StylePackLoadOptions): TilesetDescriptorOptions.Builder
Style package load options, associated with the tileset descriptor.
styleURI
Link copied to clipboard
open fun styleURI(@NonNull styleURI: String): TilesetDescriptorOptions.Builder
The style associated with the tileset descriptor