mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.layers.tiled
/
Tiled2dMapLayerConfig
Tiled2d
Map
Layer
Config
abstract
class
Tiled2dMapLayerConfig
Content copied to clipboard
Constructors
Functions
Constructors
Tiled2d
Map
Layer
Config
Link copied to clipboard
fun
Tiled2dMapLayerConfig
(
)
Content copied to clipboard
Functions
get
Coordinate
System
Identifier
Link copied to clipboard
abstract
fun
getCoordinateSystemIdentifier
(
)
:
String
Content copied to clipboard
get
Layer
Name
Link copied to clipboard
abstract
fun
getLayerName
(
)
:
String
Content copied to clipboard
get
Tile
Url
Link copied to clipboard
abstract
fun
getTileUrl
(
x
:
Int
,
y
:
Int
,
t
:
Int
,
zoom
:
Int
)
:
String
Content copied to clipboard
get
Zoom
Info
Link copied to clipboard
abstract
fun
getZoomInfo
(
)
:
Tiled2dMapZoomInfo
Content copied to clipboard
get
Zoom
Level
Infos
Link copied to clipboard
abstract
fun
getZoomLevelInfos
(
)
:
ArrayList
<
Tiled2dMapZoomLevelInfo
>
Content copied to clipboard