sdk-routing / com.tomtom.online.sdk.routing.ev.charging / ChargingConnection

ChargingConnection

@PublicPreview("2021.06") data class ChargingConnection : Serializable

Represents information about the charging connection.

Parameters

facilityType - The facility type which is compatible with the vehicle.

plugType - The plug type which is compatible with the vehicle.

Constructors

<init>

ChargingConnection(facilityType: FacilityType, plugType: PlugType)

Represents information about the charging connection.

Properties

facilityType

val facilityType: FacilityType

The facility type which is compatible with the vehicle.

plugType

val plugType: PlugType

The plug type which is compatible with the vehicle.