Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.map
/
NodeClusterItem
Node
Cluster
Item
data
class
NodeClusterItem
(
val
node
:
<Error class: unknown class>
,
val
nodePosition
:
LatLng
,
val
nodeTitle
:
String
,
val
nodeSnippet
:
String
)
:
ClusterItem
Members
Constructors
Node
Cluster
Item
Link copied to clipboard
constructor
(
node
:
<Error class: unknown class>
,
nodePosition
:
LatLng
,
nodeTitle
:
String
,
nodeSnippet
:
String
)
Properties
node
Link copied to clipboard
val
node
:
<Error class: unknown class>
node
Position
Link copied to clipboard
val
nodePosition
:
LatLng
node
Snippet
Link copied to clipboard
val
nodeSnippet
:
String
node
Title
Link copied to clipboard
val
nodeTitle
:
String
Functions
get
Position
Link copied to clipboard
open
override
fun
getPosition
(
)
:
LatLng
get
Precision
Meters
Link copied to clipboard
fun
getPrecisionMeters
(
)
:
Double
?
get
Snippet
Link copied to clipboard
open
override
fun
getSnippet
(
)
:
String
get
Title
Link copied to clipboard
open
override
fun
getTitle
(
)
:
String
get
ZIndex
Link copied to clipboard
open
override
fun
getZIndex
(
)
:
Float
?