EVChargingPoolDetails (API Reference)
Package com.here.sdk.search
Class EVChargingPoolDetails
java.lang.Object
com.here.sdk.search.EVChargingPoolDetails
Electric vehicle charging pool details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates if the Place offers EV charging to customer or the general public.The name of the EV Network that operates the charging station.Represents the party of ownership provided by some suppliers.Indicates if the charging stations can be reserved.Indicates the total number of stations available on the charging pool. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
evChargingOnSite
Indicates if the Place offers EV charging to customer or the general public.
-
evNetwork
The name of the EV Network that operates the charging station. Note: not all stations participate in a network.
-
ownerInformation
Represents the party of ownership provided by some suppliers.
-
reservable
Indicates if the charging stations can be reserved. Note: Reservable charging stations operate on a first-come/first served basis.
-
totalNumberOfStations
Indicates the total number of stations available on the charging pool.
-
-
Constructor Details
-
EVChargingPoolDetails
public EVChargingPoolDetails()Creates a new instance. For offline EV rich attributes, also enable
LayerConfiguration.Feature.EVinSDKOptions.layerConfiguration.
-
-
Method Details