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.component
/
SitePlannerLaunch
Site
Planner
Launch
class
SitePlannerLaunch
(
val
initialParams
:
SitePlannerParams
,
selectedNode
:
Node
?
=
null
)
(
source
)
A planner session and, for Node Details routes, the node whose location shortcut it must retain.
Members
Constructors
Site
Planner
Launch
Link copied to clipboard
constructor
(
initialParams
:
SitePlannerParams
,
selectedNode
:
Node
?
=
null
)
Properties
initial
Params
Link copied to clipboard
val
initialParams
:
SitePlannerParams
Functions
node
Location
Link copied to clipboard
fun
nodeLocation
(
connectedNode
:
Node
?
)
:
Pair
<
Double
,
Double
>
?