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
Package-level
declarations
Types
Types
Layer
Type
Link copied to clipboard
common
enum
LayerType
:
Enum
<
LayerType
>
Map
Layer
Item
Link copied to clipboard
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
)
Traceroute
Overlay
Link copied to clipboard
common
data
class
TracerouteOverlay
(
val
requestId
:
Int
,
val
forwardRoute
:
List
<
Int
>
=
emptyList()
,
val
returnRoute
:
List
<
Int
>
=
emptyList()
)