ChargingStation

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

Details about charging station on route.

Constructors

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

Properties

distance
Link copied to clipboard
val distance: Int
distance to charging station in meters
link
Link copied to clipboard
val link: PlaceLink
PlaceLink for charging station
timeToFullCharge
Link copied to clipboard
val timeToFullCharge: Int
time in minutes needed to reach charging station and charge the battery