Class TruckFuel

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

public final class TruckFuel extends Object

Contains truck fuel type info of fuel station. Note: This is a BETA feature and thus subject to change.

  • Field Details

    • type

      @NonNull public TruckFuelType type

      The type of the fuel.

    • maximumTruckClass

      @Nullable public TruckClass maximumTruckClass

      The maximum truck class that this fuel type supports. null means information is unknown.

  • Constructor Details

    • TruckFuel

      public TruckFuel(@NonNull TruckFuelType type)

      Creates a new instance.

      Parameters:
      type -

      The type of the fuel.

  • Method Details