Table of Contents

Interface IOdometerAdjustmentProvider

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

Models the properties of an entity with adjustable odometer.

public interface IOdometerAdjustmentProvider

Properties

OdometerFactor

Gets or sets a float used to correct the odometer value received from the engine. Default [1].

float? OdometerFactor { get; set; }

Property Value

float?

float.

OdometerOffset

Gets or sets the offset to be applied odometer reported by the engine computer. Default [0].

double? OdometerOffset { get; set; }

Property Value

double?

double.