Table of Contents

Enum RouteType

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

A type of Route.

public enum RouteType
Extension Methods

Fields

Basic = 0

A basic route. Does not have a Device associated.

Plan = 1

A route with a plan of the time/distance it is expected to take from stop to stop. A plan route has a Device associated.

Service = 2

A route with a plan with completion criteria. A service route has a Device associated.