Table of Contents

Enum FuelEconomyUnit

Namespace
Geotab.Checkmate.Settings
Assembly
Geotab.Checkmate.ObjectModel.dll

true Various Fuel Economy units Geotab supports. Currently supported units: L/100 km, km/L, MPG (US) and MPG (Imperial).

public enum FuelEconomyUnit
Extension Methods

Fields

GallonPer100Km = 5

The gallon per 100 km unit.

KmPerGallon = 4

The km per gallon (US) unit.

KmPerLiter = 1

The km per liter unit.

LitersPer100Km = 0

The liters per 100 km unit.

MPGImperial = 3

The miles per gallon (Imperial).

MPGUS = 2

The miles per gallon (US).