TruckFuelType

public enum TruckFuelType : UInt32, CaseIterable, Codable

Define possible fuel types for trucks provided by a fuel station. Note: This is a BETA feature and thus subject to change.

  • cng

    Compressed natural gas

    Declaration

    Swift

    case cng = 1
  • Diesel

    Declaration

    Swift

    case diesel
  • Hydrogen

    Declaration

    Swift

    case hydrogen
  • lng

    Liquefied natural gas

    Declaration

    Swift

    case lng