GenericFuel (API Reference)
Package com.here.sdk.search
Class GenericFuel
java.lang.Object
com.here.sdk.search.GenericFuel
Contains generic fuel type info of fuel station.
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 TypeFieldDescriptionThe list of available fuel additives.The type of the fuel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the fuel.
-
additives
The list of available fuel additives. The list can be empty when no fuel additives are available or when the information is unknown.
-
-
Constructor Details
-
GenericFuel
Creates a new instance.
- Parameters:
type-The type of the fuel.
-
-
Method Details