NavState
data class NavState(val activeGuidance: Boolean = false, val route: String = "", val points: List<DestinationPoint> = emptyList())
Constructors
Link copied to clipboard
constructor(activeGuidance: Boolean = false, route: String = "", points: List<DestinationPoint> = emptyList())