Table of Contents

Class RouteItem

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

Represents a LogRecord in proximity of a particular. RoutePlanItem

public class RouteItem : RoutePlanItem, IEntity, IComparable, IIdentifiable, IDateTimeProvider
Inheritance
RouteItem
Implements
Inherited Members

Constructors

RouteItem(LogRecord, float?, RoutePlanItem)

Initializes a new instance of the RouteItem class.Initializes a new instance of the RouteItem class.

public RouteItem(LogRecord logRecord, float? distance, RoutePlanItem routePlanItem)

Parameters

logRecord LogRecord

The LogRecord.

distance float?

The distance.

routePlanItem RoutePlanItem

The RoutePlanItem.

Properties

Distance

Gets or sets the distance of the log record from the route plan.

public float? Distance { get; set; }

Property Value

float?

The distance.

LogRecord

Gets or sets the LogRecord.

public LogRecord LogRecord { get; set; }

Property Value

LogRecord

LogRecord