On this page
Properties

Interface TileCoordinates

Coordinates of a tile

interface TileCoordinates {
    x: number;
    y: number;
    z: number;
}
Index

Properties

x y z

Properties

x: number

Index of the tile along x axis (horizontal)

y: number

Index of the tile along y axis (vertical)

z: number

Zoom level

Was this helpful?
SDK JS
Modules
Reference
interfaces
TileCoordinates