Charging Station
data class ChargingStation( val link: PlaceLink, val distance: Int, val timeToFullCharge: Int)
Content copied to clipboard
Details about charging station on route.
Constructors
Link copied to clipboard
fun ChargingStation( link: PlaceLink, distance: Int, timeToFullCharge: Int)
Content copied to clipboard