Back to Devexpress

BingRouteResult Constructors

wpf-devexpress-dot-xpf-dot-map-dot-bingrouteresult-dot-ctor.md

latest1.5 KB
Original Source

BingRouteResult Constructors

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

NameParametersDescription
BingRouteResult(List<GeoPoint>, Double, TimeSpan, List<BingRouteLeg>)routePath, distance, time, legsInitializes a new instance of the BingRouteResult class with the specified parameters.
BingRouteResult(List<GeoPoint>, Double, TimeSpan, TimeSpan, List<BingRouteLeg>, SearchBoundingBox)routePath, distance, time, trafficTime, legs, boundingBoxInitializes a new instance of the BingRouteResult class with the specified parameters.
BingRouteResult(List<GeoPoint>, Int32[], Double, TimeSpan, TimeSpan, List<BingRouteLeg>, SearchBoundingBox)routePath, waypointsOrder, distance, time, trafficTime, legs, boundingBoxInitializes a new instance of the BingRouteResult class with specified settings.

See Also

BingRouteResult Class

BingRouteResult Members

DevExpress.Xpf.Map Namespace