FuelType

public enum FuelType : String

Defines fuel types supported in the fuzzy search

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Defines a petrol fuel type

    Declaration

    Swift

    case petrol = "Petrol"
  • lpg

    Defines a lpg fuel type

    Declaration

    Swift

    case lpg = "LPG"
  • Defines a diesel fuel type

    Declaration

    Swift

    case diesel = "Diesel"
  • Defines a biodiesel fuel type

    Declaration

    Swift

    case biodiesel = "Biodiesel"
  • Defines a diesel for commercial vehicles fuel type

    Declaration

    Swift

    case dieselForCommercialVehicles = "DieselForCommercialVehicles"
  • e85

    Defines an e85 fuel type

    Declaration

    Swift

    case e85 = "E85"
  • lng

    Defines a lng fuel type

    Declaration

    Swift

    case lng = "LNG"
  • cng

    Defines a cng fuel type

    Declaration

    Swift

    case cng = "CNG"
  • Defines a hydrogen fuel type

    Declaration

    Swift

    case hydrogen = "Hydrogen"
  • Defines an AdBlue fuel type

    Declaration

    Swift

    case adBlue = "AdBlue"