Class EnergySource

java.lang.Object
com.here.sdk.search.EnergySource

public final class EnergySource extends Object

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 Details

    • source

      @NonNull public EnergySourceType source

      Source of the energy.

    • percentage

      public double percentage

      Percentage 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