Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

FuelType Class Reference

Constructors

Static Members

Constructors

new FuelType()

Constructor for FuelType.

Static Members

FuelType.BATTERY ⇒ String

Get the enum value for BATTERY. For BEV (Battery Electric Vehicle), PHEV (Plug-in Hybrid Electric Vehicle), solar vehicles and other vehicles which run on a battery.

Kind: Static property of FuelType
Returns: String - The enum value.

FuelType.CNG ⇒ String

Get the enum value for CNG. For vehicles using compressed natural gas.

Kind: Static property of FuelType
Returns: String - The enum value.

FuelType.DIESEL ⇒ String

Get the enum value for DIESEL.

Kind: Static property of FuelType
Returns: String - The enum value.

FuelType.GASOLINE ⇒ String

Get the enum value for GASOLINE.

Kind: Static property of FuelType
Returns: String - The enum value.

FuelType.HYDROGEN ⇒ String

Get the enum value for HYDROGEN. For FCEV (fuel cell electric vehicle).

Kind: Static property of FuelType
Returns: String - The enum value.

FuelType.LPG ⇒ String

Get the enum value for LPG. For vehicles using liquefied petroleum gas.

Kind: Static property of FuelType
Returns: String - The enum value.

View on GitHub.com