fuelTypes property - PlaceFilter class - search library - Dart API
fuelTypes
fuelTypes property
getter/setter pair
The list of FuelType elements that should be used to find only
the FuelStation search results that support all of them.
This filter is available to use with the SearchEngine and
OfflineSearchEngine (not available for all editions), however OfflineSearchEngine
supports it only for searchByText and searchByCategory with allowed fuel types DIESEL, LPG,
BIO_DIESEL, CNG, DIESEL_WITH_ADDITIVES, E10, E85, ETHANOL, ETHANOL_WITH_ADDITIVES,
GASOLINE, HYDROGEN, LNG, MIDGRADE, PREMIUM and REGULAR.
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.
Implementation
List<FuelType> fuelTypes;