MapViewProvider
Interface for providing a flavored MapView. This allows the map feature to be decoupled from specific map implementations (Google Maps vs osmdroid).
Functions
Link copied to clipboard
abstract fun MapView(modifier: ERROR CLASS: Symbol not found for Modifier, viewModel: Any, navigateToNodeDetails: (Int) -> Unit, focusedNodeNum: Int? = null, nodeTracks: List<Any>? = null, tracerouteOverlay: Any? = null, tracerouteNodePositions: Map<Int, Any> = emptyMap(), onTracerouteMappableCountChanged: (Int, Int) -> Unit = { _, _ -> })