Class FuelAdditive

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

public final class FuelAdditive extends Object

Contains fuel additive information for generic fuel type.

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

    • type

      @NonNull public FuelAdditiveType type

      The type of the fuel additive. For now, only AUS 32 is supported.

    • availableInCans

      @Nullable public Boolean availableInCans

      Indicates if the fuel additive is available in cans or not. null means information is unknown.

    • availableAtPump

      @Nullable public Boolean availableAtPump

      Indicates if the fuel additive is available at the pump or not. null means information is unknown.

  • Constructor Details

    • FuelAdditive

      public FuelAdditive()

      Creates a new instance.

  • Method Details