TileOptions

data class TileOptions(val zoomLevel: Int, val x: Int, val y: Int)

Tile options.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

zoomLevel

Zoom level.

x

Horizontal coordinate.

y

Vertical coordinate.

Constructors

Link copied to clipboard
fun TileOptions(zoomLevel: Int, x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int
Link copied to clipboard