app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.dto
/
Tile
Tile
data
class
Tile
(
var
tileX
:
Int
=
0
,
var
tileY
:
Int
=
0
,
var
zoom
:
Int
=
0
)
Members
Constructors
Tile
Link copied to clipboard
constructor
(
tileX
:
Int
=
0
,
tileY
:
Int
=
0
,
zoom
:
Int
=
0
)
Properties
tile
X
Link copied to clipboard
var
tileX
:
Int
tile
Y
Link copied to clipboard
var
tileY
:
Int
zoom
Link copied to clipboard
var
zoom
:
Int