LocalDiscoveryMapProvider

Provides an embeddable discovery map composable that renders discovered node markers and topology polylines for a Local Mesh Discovery scan session. Unlike LocalMapViewProvider, this does not include node clustering, waypoints, location tracking, or any main-map features — it is designed to be embedded inside the discovery summary scaffold.

Parameters:

  • userLatitude / userLongitude: The scanner's position at scan time (orange marker).

  • nodes: Platform-neutral DiscoveryMapNode list for marker placement and styling.

  • modifier: Compose modifier for the map.

On Desktop/JVM targets where native maps are not yet available, it falls back to a PlaceholderScreen.