Maps and Navigation SDK
maps:data-provider
/
com.tomtom.sdk.map.display.dataprovider.tile
/
TileOptions
Tile
Options
data
class
TileOptions
(
val
zoomLevel
:
Int
,
val
x
:
Int
,
val
y
:
Int
)
Tile options.
Constructors
Properties
Parameters
Parameters
zoom
Level
Zoom level.
x
Horizontal coordinate.
y
Vertical coordinate.
Constructors
Tile
Options
Link copied to clipboard
fun
TileOptions
(
zoomLevel
:
Int
,
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int
zoom
Level
Link copied to clipboard
val
zoomLevel
:
Int