Enum RouteType NamespaceGeotab.Checkmate.ObjectModel AssemblyGeotab.Checkmate.ObjectModel.dll A type of Route. public enum RouteType Extension Methods MaintenanceEnumExtensions.GetDescription(Enum) 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.