Skip to main content
A newer version of this page is available. .

BingRouteResult Members

Contains results of a request to the Microsoft Bing web service for route calculation.

Constructors

Name Description
BingRouteResult(List<GeoPoint>, Double, TimeSpan, List<BingRouteLeg>) Initializes a new instance of the BingRouteResult class with the specified parameters.
BingRouteResult(List<GeoPoint>, Double, TimeSpan, TimeSpan, List<BingRouteLeg>, SearchBoundingBox) Initializes a new instance of the BingRouteResult class with the specified parameters.

Properties

Name Description
BoundingBox Returns the rectangular area containing the Bing resulting route.
Distance Returns the total distance of a route.
Legs Returns all legs that together comprise the calculated route.
RoutePath Returns a list of geographical points that together, comprise the route path.
Time Returns the time required to follow the calculated route.
TrafficTime Returns the estimated traffic time based on the road congestion.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the BingRouteResult.
See Also