Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-map-maplibre
/
org.meshtastic.feature.map.maplibre.geojson
/
ClusterMember
Cluster
Member
data
class
ClusterMember
(
val
nodeNum
:
Int
,
val
longName
:
String
,
val
shortName
:
String
)
(
source
)
One node inside a tapped cluster.
Members
Constructors
Cluster
Member
Link copied to clipboard
constructor
(
nodeNum
:
Int
,
longName
:
String
,
shortName
:
String
)
Properties
long
Name
Link copied to clipboard
val
longName
:
String
node
Num
Link copied to clipboard
val
nodeNum
:
Int
short
Name
Link copied to clipboard
val
shortName
:
String