VERouteDeprecated Class

You are not viewing the latest version of the AJAX control. Bing Maps AJAX V7 is the recommended JavaScript control for Bing Maps. If you need this documentation, it is available in as a CHM or PDF download.

Deprecated. Contains the route and itinerary information for a generated route. A VERouteDeprecated object is returned to the callback when the VEMap.GetRoute Method is called. The VEMap.GetRoute method is deprecated. Use VEMap.GetDirections Method instead.

Public Properties

Name Description

VERouteDeprecated.EndLocation Property

A VERouteLocation Class object that specifies the final destination of the route.

VERouteDeprecated.Itinerary Property

A VERouteItineraryDeprecated Class object that specifies the itinerary (the step-by-step driving directions) of the route.

VERouteDeprecated.StartLocation Property

A VERouteLocation Class object that specifies the starting point of the route.

Remarks

This class has been deprecated.