EVChargingPool (API Reference)
Class EVChargingPool
A charging pool for electric vehicles is an area equipped with one or more charging stations.
Use PlaceCategory.BUSINESS_AND_SERVICES_EV_CHARGING_STATION to find stations.
In the Details of a Place result you can find the list of found pools containing stations,
if any.
For offline EV rich attributes, also enable LayerConfiguration.Feature.EV
in SDKOptions.layerConfiguration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe accessibility level of the charging pool, ornullif unknown.Contains the list of reasons for restriction.List of charging stations.CPO (Charge Point Operator) id for charging pool.EV charging station attributes details.List of e-Mobility Service Providers.Charge Point Operator (CPO) ID uses the Electric Vehicle Supply Equipment ID (EVSE ID) for an exact identification of the charging infrastructure and charging point.HERE ID of the charging pool. -
Constructor Summary
ConstructorsConstructorDescriptionEVChargingPool(List<EVChargingStation> chargingStations, List<EMobilityServiceProvider> eMobilityServiceProviders, List<EVAccessRestrictionReason> accessRestrictionReasons) Creates a new instance. -
Method Summary
-
Field Details
-
chargingStations
List of charging stations.
-
eMobilityServiceProviders
List of e-Mobility Service Providers. Only online search fills this field.
-
access
The accessibility level of the charging pool, or
nullif unknown. -
accessRestrictionReasons
Contains the list of reasons for restriction. Populated only for offline search and when access is
EVAccessType.RESTRICTED_ACCESS. -
details
EV charging station attributes details. It is available only for a place that has charging station for electric vehicles. Only offline search fills this field.
Note: Not available as part of
Suggestionresults. -
id
HERE ID of the charging pool. Only online search fills this field.
-
cpoId
CPO (Charge Point Operator) id for charging pool. Only online search fills this field.
-
evseInfo
Charge Point Operator (CPO) ID uses the Electric Vehicle Supply Equipment ID (EVSE ID) for an exact identification of the charging infrastructure and charging point. Only online search fills this field.
-
-
Constructor Details
-
EVChargingPool
public EVChargingPool(@NonNull List<EVChargingStation> chargingStations, @NonNull List<EMobilityServiceProvider> eMobilityServiceProviders, @NonNull List<EVAccessRestrictionReason> accessRestrictionReasons) Creates a new instance.
- Parameters:
chargingStations-List of charging stations.
eMobilityServiceProviders-List of e-Mobility Service Providers. Only online search fills this field.
accessRestrictionReasons-Contains the list of reasons for restriction. Populated only for offline search and when access is
EVAccessType.RESTRICTED_ACCESS.
-
-
Method Details