Click or drag to resize

Route Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Route type exposes the following members.

Properties
  NameDescription
Public propertyBondedLinks
Sets the bonded links. Routes calculated with this property set will not deviate from the provided list of links.
Public propertyCalculated
Check if this route needs to be calculated.
Public propertyCurrentTime
Get or set the current time, as a DateTime. The time is in UTC.
Public propertyCustomRoutingAccessKeys Obsolete.
Gets or sets the custom routing access keys for this route. For internal use only.
Public propertyEnd
The end location of this route.
Public propertyMapMouseEventsHandler
Gets the events object for the list - Always null.
Public propertyPersistNetwork
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.
Public propertyRequiredRendermodes
Gets the RenderMode required by this Route.
Public propertyRouteProgress
Gets or sets the RouteProgress delegate used to calculate the progress made as the user travels along the route.
Public propertyStart
Get or set the starting location of route.
Public propertyStopCount
Return the number of RouteStops on the route.
Public propertyStrategy
Sets the RoutingStrategy used to optimize stops and calculate directions. Default is RoutingStrategyFastest.
Public propertyVehicleSpec
The specifications of the vehicle to drive the route.
Top
See Also