ChargingStation

data class ChargingStation(val link: PlaceLink, val distance: Int, val timeToFullCharge: Int)

Details about charging station on route.

Constructors

Link copied to clipboard
fun ChargingStation(link: PlaceLink, distance: Int, timeToFullCharge: Int)

Properties

Link copied to clipboard

distance to charging station in meters

Link copied to clipboard

PlaceLink for charging station

Link copied to clipboard

time in minutes needed to reach charging station and charge the battery