EnergySource (API Reference)
Package com.here.sdk.search
Class EnergySource
java.lang.Object
com.here.sdk.search.EnergySource
Energy source of EV charging point. EnergyMix contains a list of this representing the energy sources. 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublePercentage of this source (0-100) in the mix, possibly a non-integer value such as 32.3.Source of the energy. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
Source of the energy.
-
percentage
public double percentagePercentage of this source (0-100) in the mix, possibly a non-integer value such as 32.3.
-
-
Constructor Details
-
EnergySource
public EnergySource()Creates a new instance.
-
-
Method Details