Route Properties |
The Route type exposes the following members.
Name | Description | |
---|---|---|
BondedLinks |
Sets the bonded links. Routes calculated with this property set will not deviate from the provided list of links.
| |
Calculated |
Check if this route needs to be calculated.
| |
CurrentTime |
Get or set the current time, as a DateTime. The time is in UTC.
| |
CustomRoutingAccessKeys | Obsolete.
Gets or sets the custom routing access keys for this route. For internal use only.
| |
End |
The end location of this route.
| |
MapMouseEventsHandler |
Gets the events object for the list - Always null.
| |
PersistNetwork |
Gets or sets a flag that signals whether to keep the routing
network in memory after the route has been calculated. This
uses more memory but speeds recalculation of the route when
using multiple routing strategies.
| |
RequiredRendermodes |
Gets the RenderMode required by this Route.
| |
RouteProgress |
Gets or sets the RouteProgress delegate
used to calculate the progress made as the user travels along the route.
| |
Start |
Get or set the starting location of route.
| |
StopCount |
Return the number of RouteStops on the route.
| |
Strategy |
Sets the RoutingStrategy used
to optimize stops and calculate directions. Default is RoutingStrategyFastest.
| |
VehicleSpec |
The specifications of the vehicle to drive the route.
|