FuelStation (API Reference)
Class FuelStation
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 Summary
FieldsModifier and TypeFieldDescriptionThe list of car fuel types associated with the fuel station.Indicates if high volume pumps are available or not.Indicates if paying at the pump is supported or not.The list of truck fuel types associated with the fuel station. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
Indicates if paying at the pump is supported or not.
nullmeans information is unknown. -
highVolumePumps
Indicates if high volume pumps are available or not.
nullmeans information is unknown.
-
-
Constructor Details
-
FuelStation
public FuelStation()Creates a new instance.
-
-
Method Details