FuelPriceOptions
public struct FuelPriceOptions
Parameters for fuel prices request.
-
Constructs a
FuelPriceOptions.Declaration
Swift
public init( fuelPriceID: FuelPriceID )Parameters
fuelPriceIDThe identifier of the data source for the fuel prices. You can get this identifier from the search result. The identifier is in the
SearchResultIDof theSearchResult, labeledfuelPriceDataSourceID. Example: 00000000-0003-1d9a-0009-20d4467654e2.
-
The identifier of the data source for the fuel prices. You can get this identifier from the search result. The identifier is in the
SearchResultIDof theSearchResult, labeledfuelPriceDataSourceId. Example: 00000000-0003-1d9a-0009-20d4467654e2.Declaration
Swift
public var fuelPriceID: FuelPriceID
TomTom SDK for iOS (0.53.1)
FuelPriceOptions