Package com.tomtom.ivi.platform.evcharging.api.service.evcharging

Types

Link copied to clipboard
data class ChargingStation(    val id: ChargingStationId,     val locationId: String,     val location: Coordinate,     val operatorName: String?,     val chargingPoints: List<ChargingPoint>) : Parcelable

Charging station is a group of one or more EVSEs (ChargingPoint) that belong together geographically.

Link copied to clipboard
data class ChargingStationId(val name: String) : Parcelable

ID used for uniquely identifying a particular ChargingStation. It is not localized and should not be used for display in a production UI.