mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
config clean up and updates (#522)
This commit is contained in:
parent
e328b5b5d9
commit
9442c1d510
11 changed files with 436 additions and 346 deletions
|
|
@ -459,7 +459,7 @@ class MapFragment : ScreenFragment("Map"), Logging, View.OnClickListener {
|
|||
marker = MarkerWithLabel(map, label)
|
||||
marker.title = "${it.longName} ${node.batteryStr}"
|
||||
marker.snippet = model.gpsString(p)
|
||||
model.nodeDB.ourNodeInfo?.let { our ->
|
||||
model.nodeDB.ourNodeInfo.value?.let { our ->
|
||||
our.distanceStr(node)?.let { dist ->
|
||||
marker.subDescription = "bearing: ${our.bearing(node)}° distance: $dist"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue