Click or drag to resize

NWFRoute Properties

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

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