Back to Devexpress

BingRouteResult Members

wpf-devexpress-dot-xpf-dot-map-dot-bingrouteresult-dot-underscore-members.md

latest4.2 KB
Original Source

BingRouteResult Members

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

Constructors

NameDescription
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.
BingRouteResult(List<GeoPoint>, Int32[], Double, TimeSpan, TimeSpan, List<BingRouteLeg>, SearchBoundingBox)Initializes a new instance of the BingRouteResult class with specified settings.

Properties

NameDescription
BoundingBoxReturns the rectangular area containing the resulting Bing route.
DistanceReturns the total distance of a route.
LegsReturns all legs that together comprise the calculated route.
RoutePathReturns a list of geographical points that together, comprise the route path.
TimeReturns the time required to follow the calculated route.
TrafficTimeReturns the estimated traffic time based on the road congestion.
WaypointsOrderReturns an array of waypoint indexes.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

BingRouteResult Class

DevExpress.Xpf.Map Namespace