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
val distance: Int

distance to charging station in meters

Link copied to clipboard
val link: PlaceLink

PlaceLink for charging station

Link copied to clipboard
val timeToFullCharge: Int

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