RoutePlayerState

data class RoutePlayerState(val routeData: RouteWithMarkers? = null, val currentWaypoint: Int = 0, val beaconOnly: Boolean = false)

Constructors

Link copied to clipboard
constructor(routeData: RouteWithMarkers? = null, currentWaypoint: Int = 0, beaconOnly: Boolean = false)

Properties

Link copied to clipboard
val beaconOnly: Boolean = false
Link copied to clipboard
Link copied to clipboard