Class EnergyMix

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

public final class EnergyMix extends Object

Represents details on the energy supplied at the charging location. 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

    • isGreenEnergy

      public boolean isGreenEnergy

      Boolean flag indicating if the energy is 100% from regenerative sources.

    • energySources

      @NonNull public List<EnergySource> energySources

      The list of energy sources. The sum of the percentages over the energy sources should be 100%.

    • supplier

      @Nullable public String supplier

      Name of the energy supplier.

    • energyProduct

      @Nullable public String energyProduct

      Name of the energy suppliers product or plan.

    • environmentalImpacts

      @NonNull public List<EnvironmentalImpact> environmentalImpacts

      The list of environmental impacts from this energy mix.

  • Constructor Details

    • EnergyMix

      public EnergyMix()

      Creates a new instance.

  • Method Details