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
Map
Layer
Item
common
data
class
MapLayerItem
(
val
id
:
String
=
Uuid.random().toString()
,
val
name
:
String
,
val
uriString
:
String
?
=
null
,
val
isVisible
:
Boolean
=
true
,
val
layerType
:
LayerType
,
val
isNetwork
:
Boolean
=
false
,
val
isRefreshing
:
Boolean
=
false
)
(
source
)
Members
Constructors
Map
Layer
Item
Link copied to clipboard
common
constructor
(
id
:
String
=
Uuid.random().toString()
,
name
:
String
,
uriString
:
String
?
=
null
,
isVisible
:
Boolean
=
true
,
layerType
:
LayerType
,
isNetwork
:
Boolean
=
false
,
isRefreshing
:
Boolean
=
false
)
Properties
id
Link copied to clipboard
common
val
id
:
String
is
Network
Link copied to clipboard
common
val
isNetwork
:
Boolean
is
Refreshing
Link copied to clipboard
common
val
isRefreshing
:
Boolean
is
Visible
Link copied to clipboard
common
val
isVisible
:
Boolean
layer
Type
Link copied to clipboard
common
val
layerType
:
LayerType
name
Link copied to clipboard
common
val
name
:
String
uri
String
Link copied to clipboard
common
val
uriString
:
String
?