Builder
class Builder
Content copied to clipboard
Constructors
Functions
build
                          
                    Link copied to clipboard
                        cancel
                    Link copied to clipboard
                        open fun cancelTileFunction(@NonNull cancelTileFunction: CancelTileFunctionCallback): CustomGeometrySourceOptions.Builder
Content copied to clipboard
The callback that cancels a tile.
fetch
                    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
                    Link copied to clipboard
                        A maximum zoom level, at which to create vector tiles.
min
                    Link copied to clipboard
                        A minimum zoom level, at which to create vector tiles.
tile
                    Link copied to clipboard
                        open fun tileOptions(@NonNull tileOptions: TileOptions): CustomGeometrySourceOptions.Builder
Content copied to clipboard
Tile options.