Inherits ICloneable.
|
int[] | AFSetIDs[get, set] |
| The list Avoid/Favor Set IDs to inject into the route. More...
|
|
string[] | AFSetNames[get, set] |
| The list Avoid/Favor Set Names to inject into the route. More...
|
|
bool? | BordersOpen[get, set] |
| Gets or sets a value indicating whether borders are open for travel. The default is true. More...
|
|
ClassOverrideType | ClassOverrides[get, set] |
| Gets or sets the enumeration of class overrides. This is an optional field and the default is None. More...
|
|
List< RoadSpeedBase > | CustomRoadSpeeds[get, set] |
| A list of custom road speeds to be applied for the route. More...
|
|
DistanceUnits | DistanceUnits[get, set] |
| Gets or sets the distance units to miles (default) or kilometers. More...
|
|
uint? | ElevLimit[get, set] |
| Gets or sets elevation limit when generating a route. The default is null. More...
|
|
bool | FerryDiscourage[get, set] |
| Indicates whether or not to avoid ferries while routing. More...
|
|
double? | FuelConsumption[get, set] |
| Indicates the fuel consumption of the vehicle More...
|
|
bool | FuelRoute[get, set] |
| Gets or sets a value indicating whether or not a fuel optimized route is desired. More...
|
|
FuelType? | FuelType[get, set] |
| Indicates the fuel type of the vehicle More...
|
|
int? | GovernorSpeedLimit[get, set] |
| Maximum average road speed to use in route calculations that overrides all other road speeds when they are above this value. Default is disabled and valid value is between 1 and 100 mph. More...
|
|
HazMatType | HazMatType[get, set] |
| Gets or sets the hazardous material type. The default is none. More...
|
|
bool? | HighwayOnly[get, set] |
| Gets or sets a value indicating whether to use highways only. More...
|
|
HoursOfServiceOptions | HoSOptions[get, set] |
| Gets or sets the Hours of Service options for the route More...
|
|
bool | HubRouting[get, set] |
| Gets or sets a value indicating whether or not to enable hub routing. The default is false to disable hub routing. More...
|
|
bool? | MaintainHeading[get, set] |
| When this option is set, a vehicle will attempt to avoid u-turns at intermediate stops and instead leave the stop in the same direction it entered it. More...
|
|
bool | OverrideRestrict[get, set] |
| Gets or sets a value indicating whether or not to override truck restrictions. The default is false to keep the restrictions. More...
|
|
bool? | Refrigerated[get, set] |
| Indicates whether the vehicle is a refrigerated truck More...
|
|
RouteOptimizeType | RouteOptimization[get, set] |
| Gets or sets the method by which to optimize the route stops. Default is None. More...
|
|
RoutingType | RoutingType[get, set] |
| Gets or sets the type of routing desired. More...
|
|
SideOfStreetAdherenceLevel | SideOfStreetAdherence[get, set] |
| How strict to be in order to avoid the destination being on the opposite side of the street. More...
|
|
bool | TollDiscourage[get, set] |
| Gets or sets a value indicating whether or not tolls should be discouraged on the route. The default is false. More...
|
|
TrailerConfig | TrailerCfg[get, set] |
| Gets or sets the trailer configuration which is used for toll reports. More...
|
|
TruckConfig | TruckCfg[get, set] |
| Gets or sets the truck configuration. More...
|
|
TunnelCategory | TunnelCategory[get, set] |
| Gets or sets the hazardous material type. The default is none. More...
|
|
bool | UseAvoidsAndFavors[get, set] |
| Gets or sets a value indicating whether or not to use avoids and favors. More...
|
|
bool | UseSites[get, set] |
| Indicates whether or not to use sites during routing. More...
|
|
TruckStyle? | VehicleProfile[get, set] |
| Provides the ability to load a vehicle profile which includes vehicle dimensions, route costs and routing options for a specific vehicle class. More...
|
|
VehicleType | VehicleType[get, set] |
| Gets or sets the type of the vehicle. More...
|
|
uint? | TrafficLookaheadDistance[get, set] |
| Distance in miles for which we will gather traffic for the route. More...
|
|
string[] | AvoidCountry[get, set] |
| Indicates which countries to avoid More...
|
|
string[] | AvoidState[get, set] |
| Indicates which states to avoid More...
|
|
string[] | FavorCountry[get, set] |
| Indicates which countries to favor More...
|
|
string[] | FavorState[get, set] |
| Indicates with states to favor More...
|
|
bool? | IncludeTrimblePlaceIDs[get, set] |
| Indicates use Trimble placeIds from while the processing route More...
|
|
TollRoadsType? | TollRoads[get, set] |
| Toll type: Always Avoid, Use, Avoid if Possible More...
|
|
HazMatType[] | HazMatTypes[get, set] |
| Gets or sets the hazardous material types. More...
|
|
TunnelCategory[] | TunnelCategories[get, set] |
| Gets or sets the tunnel category types. More...
|
|
Represents options specific to the kind of route to be run.