FuelAdditive (API Reference)
Package com.here.sdk.search
Class FuelAdditive
java.lang.Object
com.here.sdk.search.FuelAdditive
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 Summary
FieldsModifier and TypeFieldDescriptionIndicates if the fuel additive is available at the pump or not.Indicates if the fuel additive is available in cans or not.The type of the fuel additive. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the fuel additive. For now, only AUS 32 is supported.
-
availableInCans
Indicates if the fuel additive is available in cans or not.
nullmeans information is unknown. -
availableAtPump
Indicates if the fuel additive is available at the pump or not.
nullmeans information is unknown.
-
-
Constructor Details
-
FuelAdditive
public FuelAdditive()Creates a new instance.
-
-
Method Details