Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BingRouteResult Properties

Contains results of a request to the Microsoft Bing web service for route calculation.
Name Description
BoundingBox Returns the rectangular area containing the resulting Bing 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.
WaypointsOrder Returns an array of waypoint indexes.
See Also