mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Cluster for map pins on the node details view
This commit is contained in:
parent
cd0fdec368
commit
8bc645412b
7 changed files with 144 additions and 266 deletions
|
|
@ -223,7 +223,7 @@ public struct MapView: UIViewRepresentable {
|
|||
}
|
||||
|
||||
let annotation = PositionAnnotation()
|
||||
annotation.coordinate = position.coordinate!
|
||||
annotation.coordinate = position.nodeCoordinate!
|
||||
annotation.title = position.nodePosition!.user?.longName ?? NSLocalizedString("unknown", comment: "Unknown")
|
||||
annotation.shortName = position.nodePosition!.user?.shortName?.uppercased() ?? "???"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue