Package com.tomtom.sdk.search.client.fuel

Types

Link copied to clipboard
interface FuelDynamicDataCallback : Callback<FuelDynamicDataResponse, SearchError>

Callback that reports when a FuelDynamicDataResponse or SearchError is received.

Link copied to clipboard
data class FuelDynamicDataOptions(val searchResultId: SearchResultId)

Contains the parameter to use in a fuel station dynamic data search.

Link copied to clipboard
data class FuelDynamicDataResponse(val type: FuelType, val price: Price? = null)

Response of the fuel station dynamic data search.