RouteLeg.Itinerary Property

 

An ItineraryItem Class array containing each step of the route leg. Get this property from the service response.

Syntax

public ItineraryItem[] Itinerary { set; get; }
Public Property Itinerary As ItineraryItem()