TruckFuel
public struct TruckFuel : Hashable
Contains truck fuel type info of fuel station. Note: This is a BETA feature and thus subject to change.
-
The type of the fuel.
Declaration
Swift
public var type: TruckFuelType -
The maximum truck class that this fuel type supports.
nilmeans information is unknown.Declaration
Swift
public var maximumTruckClass: TruckClass? -
Creates a new instance.
Declaration
Swift
public init(type: TruckFuelType, maximumTruckClass: TruckClass? = nil)