DiscoveryMapNode
data class DiscoveryMapNode(val latitude: Double, val longitude: Double, val shortName: String?, val longName: String?, val neighborType: DiscoveryNeighborType, val snr: Float = 0.0f, val rssi: Int = 0, val messageCount: Int = 0, val sensorPacketCount: Int = 0)(source)
Platform-neutral representation of a discovered node for map rendering. Contains only the data needed to place and style a marker — no Room entities or platform types leak into the map provider API.