mapbox-maps-android
/
com.mapbox.maps.extension.observable.model
/
TileID
Tile
I
D
data class
TileID
(zoom:
Long
, x:
Long
, y:
Long
)
Content copied to clipboard
Defines the tile id in a source-data-loaded event.
Constructors
Properties
Constructors
TileID
Link copied to clipboard
fun
TileID
(zoom:
Long
, x:
Long
, y:
Long
)
Content copied to clipboard
Properties
x
Link copied to clipboard
@
SerializedName
(
value =
x
)
val
x
:
Long
Content copied to clipboard
The x coordinate of the tile
y
Link copied to clipboard
@
SerializedName
(
value =
y
)
val
y
:
Long
Content copied to clipboard
The y coordinate of the tile
zoom
Link copied to clipboard
@
SerializedName
(
value =
z
)
val
zoom
:
Long
Content copied to clipboard
The zoom level.