TileSetOptions

@Immutable
data class TileSetOptions(val minZoom: Int = SourceDefaults.MIN_ZOOM, val maxZoom: Int = SourceDefaults.MAX_ZOOM, val tileCoordinateSystem: TileCoordinateSystem = TileCoordinateSystem.XYZ, val boundingBox: BoundingBox? = null, val attributionHtml: String? = null)(source)

Constructors

Link copied to clipboard
constructor(minZoom: Int = SourceDefaults.MIN_ZOOM, maxZoom: Int = SourceDefaults.MAX_ZOOM, tileCoordinateSystem: TileCoordinateSystem = TileCoordinateSystem.XYZ, boundingBox: BoundingBox? = null, attributionHtml: String? = null)

Properties

Link copied to clipboard
val attributionHtml: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard