FuelPriceProvider

Interface for providing information about fuel prices.

The Fuel Prices API provides the current fuel prices of fuel stations. The information includes details about the price's unit of measurement (e.g., liters, gallons), currency (e.g., USD, EURO), and fuel type (e.g., FuelType.Diesel, FuelType.E85).

The dynamic data is regularly refreshed to deliver nearly real-time information.

This API is complementary to the Search API. It relies on obtaining the fuel prices information ID from search results of the Search API, particularly when the result corresponds to a fuel station.

Functions

Link copied to clipboard

Requests current fuel prices for a specific fuel station.

Inherited functions

Link copied to clipboard
abstract fun close()