EVChargingLocationFeature
public enum EVChargingLocationFeature : UInt32, CaseIterable, Codable
Optional features that can be requested for EV charging locations. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
EVChargingLocation.evseswill be returned. IfEVChargingLocationFeature.connectorGroupsis also included, thenEVChargingConnectorGroup.connectorswill also be returned.Declaration
Swift
case evses -
EVChargingLocation.truckRestrictionswill be returned.Declaration
Swift
case truckRestrictions -
EVChargingLocation.cpoID,EVChargingLocation.facilityTypes,EVChargingLocation.parkingType,EVChargingLocation.energyMix, andEVChargingLocation.openingHourswill be returned.Declaration
Swift
case locationInfo -
EVChargingLocation.eMobilityServiceProviderswill be returned.Declaration
Swift
case emsps -
EVChargingLocation.connectorGroupswill be returned. To ensureEVChargingConnectorGroup.connectorsis available, also includeEVChargingLocationFeature.evses. To ensureEVChargingConnectorGroup.tariffIndexesis available, also includeEVChargingLocationFeature.tariffs.Declaration
Swift
case connectorGroups -
EVChargingConnectorGroup.tariffIndexeswill be returned. Ignored if neitherEVChargingLocationFeature.evsesnorEVChargingLocationFeature.connectorGroupsare included.Declaration
Swift
case tariffs -
EVChargingLocation.facilityTypeswill be returned.Declaration
Swift
case nearby