EvWaypoint
data class EvWaypoint(val userProvided: Boolean = false, val stationId: String? = null, val name: String? = null, val providerNames: List<String> = emptyList(), val currentType: String? = null, val plugType: String? = null, val powerKW: Double? = null, val chargeAtArrival: Double? = null, val chargeTo: Double? = null, val chargeTime: Double? = null)
Constructors
Link copied to clipboard
constructor(userProvided: Boolean = false, stationId: String? = null, name: String? = null, providerNames: List<String> = emptyList(), currentType: String? = null, plugType: String? = null, powerKW: Double? = null, chargeAtArrival: Double? = null, chargeTo: Double? = null, chargeTime: Double? = null)