VERouteItineraryItem 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.

Specifies a step in the step-by-step directions of a route.

Public Properties

Property Description

VERouteItineraryItem.Distance Property

A floating-point number specifying the distance of the step

VERouteItineraryItem.LatLong Property

A VELatLong Class object specifying the position of the step

VERouteItineraryItem.Shape Property

A VEShape Class object specifying the shape of the step

VERouteItineraryItem.Text Property

A String specifying the description of the step

VERouteItineraryItem.Time Property

An integer specifying the total elapsed time, in seconds, to traverse the route itinerary step.

VERouteItineraryItem.Warnings Property

An array of VERouteWarning Class items that correspond to the itinerary item.

VERouteItineraryItem.Hints Property

An array of VERouteHint Class items that correspond to the itinerary item.

See Also

Concepts

VERouteItinerary Class