Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-map
/
org.meshtastic.feature.map.model
/
MapLayerItem
/
MapLayerItem
Map
Layer
Item
common
constructor
(
id
:
String
=
Uuid.random().toString()
,
name
:
String
,
uriString
:
String
?
=
null
,
isVisible
:
Boolean
=
true
,
layerType
:
LayerType
,
isNetwork
:
Boolean
=
false
,
isRefreshing
:
Boolean
=
false
)
(
source
)