Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-map-terrain
/
org.meshtastic.feature.map.terrain
/
TileIndex
Tile
Index
data
class
TileIndex
(
val
zoom
:
Int
,
val
x
:
Int
,
val
y
:
Int
)
(
source
)
A single XYZ (google/osm-convention, not TMS) slippy-map tile index.
Members
Constructors
Tile
Index
Link copied to clipboard
constructor
(
zoom
:
Int
,
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
zoom
Link copied to clipboard
val
zoom
:
Int