Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services.
Contains the properties that define one step of a route.
Syntax
public class ItineraryItem : System.Object
Public Class ItineraryItem Inherits System.Object
Constructor
Name |
Description |
|---|---|
Initializes a new instance of an ItineraryItem object. |
Public Properties
Name |
Description |
|---|---|
A string indicating the compass direction of travel. |
|
An ItineraryItemHint Class array containing the hints with the itinerary item. |
|
A Location Class defining the location of the start of the itinerary item. |
|
A ManeuverType Enumeration value indicating the type of instruction described in the ItineraryItem.Text Property. |
|
A RouteSummary Class object containing summary properties for the itinerary item. |
|
A string describing the route instruction. |
|
An ItineraryItemWarning Class array containing the warnings associated with the itinerary item. |