FuelStation class

Contains information about a specific fuel station.

Use PlaceCategory.businessAndServicesPetrolGasolineStation 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.

Constructors

FuelStation()

Properties

fuels ↔ List<GenericFuel>
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.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
highVolumePumps ↔ bool?
Indicates if high volume pumps are available or not. null means information is unknown.
getter/setter pair
payAtThePump ↔ bool?
Indicates if paying at the pump is supported or not. null means information is unknown.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
truckFuels ↔ List<TruckFuel>
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.