Class FuelStation

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

public final class FuelStation extends Object

Contains information about a specific fuel station.

Use PlaceCategory.BUSINESS_AND_SERVICES_PETROL_GASOLINE_STATION to find fuel stations. In the Details of a Place result you can find the associated fuel station information, if any.

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

    • fuels

      @NonNull public List<GenericFuel> fuels

      The list of car fuel types associated with the fuel station. The list can be empty when no generic fuels are offered or when the information is unknown.

    • truckFuels

      @NonNull public List<TruckFuel> truckFuels

      The list of truck fuel types associated with the fuel station. The list can be empty when no truck fuels are offered or when the information is unknown.

    • payAtThePump

      @Nullable public Boolean payAtThePump

      Indicates if paying at the pump is supported or not. null means information is unknown.

    • highVolumePumps

      @Nullable public Boolean highVolumePumps

      Indicates if high volume pumps are available or not. null means information is unknown.

  • Constructor Details

    • FuelStation

      public FuelStation()

      Creates a new instance.

  • Method Details