MapLibre Compose API Reference
Toggle table of contents
0.11.1
desktop
Platform filter
desktop
Switch theme
Search in API
MapLibre Compose API Reference
maplibre-native-bindings
/
org.maplibre.kmp.native.map
/
TileServerTemplate
Tile
Server
Template
data
class
TileServerTemplate
(
val
template
:
String
,
val
domainName
:
String
=
""
,
val
versionPrefix
:
String
?
=
null
)
(
source
)
Members
Constructors
Tile
Server
Template
Link copied to clipboard
constructor
(
template
:
String
,
domainName
:
String
=
""
,
versionPrefix
:
String
?
=
null
)
Properties
domain
Name
Link copied to clipboard
val
domainName
:
String
template
Link copied to clipboard
val
template
:
String
version
Prefix
Link copied to clipboard
val
versionPrefix
:
String
?
=
null