ChargingStation

@IviExperimental(reasons = [])
data class ChargingStation(val chargingStationId: ChargingStationId, val countryId: CountryId?, val location: Coordinate, val operatorName: String?, val chargingPoints: List<ChargingPoint>) : Parcelable

Charging station is a group of one or more ChargingPoints that belong together geographically.

Constructors

Link copied to clipboard
constructor(chargingStationId: ChargingStationId, countryId: CountryId?, location: Coordinate, operatorName: String?, chargingPoints: List<ChargingPoint>)

Properties

Link copied to clipboard

List of available charging points.

Link copied to clipboard

Globally unique charging station ID.

Link copied to clipboard
val countryId: CountryId?

The 2-letter ISO 3166 alpha country code of the country that charging station is located in.

Link copied to clipboard

Coordinate of the charging station location.

Link copied to clipboard

Name of CPO (Charging Point Operator).

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)