toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.dto
/
Tile
Tile
data
class
Tile
(
var
quadkey
:
String
=
""
,
var
tileX
:
Int
=
0
,
var
tileY
:
Int
=
0
,
var
zoom
:
Int
=
0
)
Members
Constructors
Tile
Link copied to clipboard
constructor
(
quadkey
:
String
=
""
,
tileX
:
Int
=
0
,
tileY
:
Int
=
0
,
zoom
:
Int
=
0
)
Properties
quadkey
Link copied to clipboard
var
quadkey
:
String
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