Click or drag to resize

TrafficRouting Methods

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

The TrafficRouting type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRecalculateRouteTime(Directions, DateTime)
Recalculate (by accounting for traffic congestion) the time required to travel a given route (specified as Directions) starting at a given time.
Public methodRecalculateRouteTime(Directions, LatLon, DateTime)
Recalculate (by accounting for traffic congestion) the time required to complete a given route (specified as Directions) starting at a given time and given that progress has already been made to a certain point.
Public methodStatic memberRemoveTrafficFromRouteStrategy
Configures a RoutingStrategy to route without traffic information.
Public methodsetUpRouteStrategy
Configures a RoutingStrategy to route in this Traffic.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also