An array of DirectionsSteps, each of which contains information about the individual steps in this leg.

C# | Visual Basic |
public DirectionsStep[] Steps { get; set; }
Public Property Steps As DirectionsStep() Get Set

The steps.
C# | Visual Basic |
public DirectionsStep[] Steps { get; set; }
Public Property Steps As DirectionsStep() Get Set