Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.map
/
CustomTileProviderConfig
Custom
Tile
Provider
Config
@
Serializable
data
class
CustomTileProviderConfig
(
val
id
:
String
=
UUID.randomUUID().toString()
,
val
name
:
String
,
val
urlTemplate
:
String
)
Members
Constructors
Custom
Tile
Provider
Config
Link copied to clipboard
constructor
(
id
:
String
=
UUID.randomUUID().toString()
,
name
:
String
,
urlTemplate
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
url
Template
Link copied to clipboard
val
urlTemplate
:
String