ItineraryItem Class

 

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

ItineraryItem 

Initializes a new instance of an ItineraryItem object.

Public Properties

Name

Description

CompassDirection

A string indicating the compass direction of travel.

Hints

An ItineraryItemHint Class array containing the hints with the itinerary item.

Location 

A Location Class defining the location of the start of the itinerary item.

ManeuverType

A ManeuverType Enumeration value indicating the type of instruction described in the ItineraryItem.Text Property.

Summary

A RouteSummary Class object containing summary properties for the itinerary item.

Text

A string describing the route instruction.

Warnings 

An ItineraryItemWarning Class array containing the warnings associated with the itinerary item.

See Also

RouteLeg.Itinerary Property