TileSet

class TileSet

Tile set, allows using TileJson specification as source. Note that encoding is only relevant to raster-dem sources, and is not supported in the TileJson spec.

See also

Types

Builder
Link copied to clipboard
open class Builder(tilejson: String, tiles: List<String>)
Builder for TileSet.
RasterDemBuilder
Link copied to clipboard
class RasterDemBuilder(tilejson: String, tiles: List<String>) : TileSet.Builder
Builder of TileSet for RasterDemSource.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String