FuelType

public enum FuelType : UInt32, CaseIterable, Codable

Defines possible fuel types provided by a fuel station.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Diesel fuel type.

    Declaration

    Swift

    case diesel = 1
  • lpg

    Liquified petroleum gas fuel type.

    Declaration

    Swift

    case lpg
  • Bio-Diesel fuel type.

    Declaration

    Swift

    case bioDiesel
  • cng

    Compressed natural gas fuel type.

    Declaration

    Swift

    case cng
  • Diesel with additives fuel type.

    Declaration

    Swift

    case dieselWithAdditives
  • e10

    10% Ethanol and 90% Gasoline fuel type.

    Declaration

    Swift

    case e10
  • e20

    20% Ethanol and 80% Gasoline fuel type.

    Declaration

    Swift

    case e20
  • e85

    85% Ethanol and 15% Gasoline fuel type.

    Declaration

    Swift

    case e85
  • Ethanol fuel type.

    Declaration

    Swift

    case ethanol
  • Ethanol with additives fuel type.

    Declaration

    Swift

    case ethanolWithAdditives
  • Gasoline fuel type.

    Declaration

    Swift

    case gasoline
  • Gasohol 91 fuel type.

    Declaration

    Swift

    case gasohol91
  • Gasohol 95 fuel type.

    Declaration

    Swift

    case gasohol95
  • hvo

    Hydrotreated vegetable oil fuel type.

    Declaration

    Swift

    case hvo
  • Hydrogen fuel type.

    Declaration

    Swift

    case hydrogen
  • lng

    Liquefied natural gas fuel type.

    Declaration

    Swift

    case lng
  • Midgrade fuel type.

    Declaration

    Swift

    case midgrade
  • Premium fuel type.

    Declaration

    Swift

    case premium
  • Premium with additives fuel type.

    Declaration

    Swift

    case premiumWithAdditives
  • Regular fuel type.

    Declaration

    Swift

    case regular
  • Regular with additives fuel type.

    Declaration

    Swift

    case regularWithAdditives
  • Octane 87 fuel type.

    Declaration

    Swift

    case octane87
  • Octane 89 fuel type.

    Declaration

    Swift

    case octane89
  • Octane 90 fuel type.

    Declaration

    Swift

    case octane90
  • Octane 91 fuel type.

    Declaration

    Swift

    case octane91
  • Octane 92 fuel type.

    Declaration

    Swift

    case octane92
  • Octane 93 fuel type.

    Declaration

    Swift

    case octane93
  • Octane 95 fuel type.

    Declaration

    Swift

    case octane95
  • Octane 98 fuel type.

    Declaration

    Swift

    case octane98
  • Octane 100 fuel type.

    Declaration

    Swift

    case octane100