Class EnvironmentalImpact

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

public final class EnvironmentalImpact extends Object

Represents environmental impact for an environmental impact category. EnergyMix contains an list of this representing the environmental impacts of different categories. 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

    • category

      @NonNull public EnvironmentalImpactCategory category

      Environmental impact category.

    • amountInGramPerKilowattHours

      public double amountInGramPerKilowattHours

      Amount of waste in g/kWh for this category.

  • Constructor Details

    • EnvironmentalImpact

      public EnvironmentalImpact()

      Creates a new instance.

  • Method Details