ConnectorDetails
public struct ConnectorDetails : Hashable
Information about one of the connectors available in the ChargingPark.
-
Creates a
ConnectorDetailsinstance.Declaration
Swift
public init( connectorType: ConnectorType, currentType: CurrentType? = nil, ratedPower: Measurement<UnitPower>? = nil, voltage: Measurement<UnitElectricPotentialDifference>? = nil, electricCurrent: Measurement<UnitElectricCurrent>? = nil )Parameters
connectorTypeType of the connector available at the
ChargingPark.currentTypeElectric current type of the connector.
ratedPowerRated power of the connector.
voltageVoltage of the connector.
electricCurrentCurrent value of the connector.
-
An identifier struct for
ConnectorDetails.See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Identifier : Hashable -
The ID of the connector.
Search.evSearchprovides this value andSearch.searchdoesn’t.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let id: Identifier? -
Type of the connector available at the
ChargingPark.Declaration
Swift
public let connectorType: ConnectorType -
Electric current type of the connector
Declaration
Swift
public let currentType: CurrentType? -
Rated power of the connector
Declaration
Swift
public let ratedPower: Measurement<UnitPower>? -
Voltage of the connector
Declaration
Swift
public let voltage: Measurement<UnitElectricPotentialDifference>? -
Current value of the connector
Declaration
Swift
public let electricCurrent: Measurement<UnitElectricCurrent>?
TomTom SDK for iOS (0.53.1)
ConnectorDetails