BingRouteResult Properties
Obsolete. 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