Builder
class Builder
Content copied to clipboard
Constructors
Functions
build
Link copied to clipboard
cancel Tile Function
Link copied to clipboard
open fun cancelTileFunction(@NonNull cancelTileFunction: CancelTileFunctionCallback): CustomGeometrySourceOptions.Builder
Content copied to clipboard
The callback that cancels a tile.
fetch Tile Function
Link copied to clipboard
open fun fetchTileFunction(@NonNull fetchTileFunction: FetchTileFunctionCallback): CustomGeometrySourceOptions.Builder
Content copied to clipboard
The callback that provides data for a tile.
max Zoom
Link copied to clipboard
A maximum zoom level, at which to create vector tiles.
min Zoom
Link copied to clipboard
A minimum zoom level, at which to create vector tiles.
tile Options
Link copied to clipboard
open fun tileOptions(@NonNull tileOptions: TileOptions): CustomGeometrySourceOptions.Builder
Content copied to clipboard
Tile options.