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