toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-cameras-common
/
com.mapbox.dash.cameras.common
/
TileId
Tile
Id
data
class
TileId
(
val
cellSize
:
Int
,
val
x
:
Int
,
val
y
:
Int
)
Members
Constructors
Tile
Id
Link copied to clipboard
constructor
(
cellSize
:
Int
,
x
:
Int
,
y
:
Int
)
Properties
cell
Size
Link copied to clipboard
val
cellSize
:
Int
id
Link copied to clipboard
val
id
:
String
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
Functions
build
Firebase
Path
Link copied to clipboard
fun
buildFirebasePath
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Neighbors
Link copied to clipboard
fun
withNeighbors
(
)
:
List
<
TileId
>