RouteResult.Legs Property

 

A RouteLeg Class array, where each element represents a portion of the route between waypoints. Get this property from the service response.

Syntax

public RouteLeg[] Legs { set; get; }
Public Property Legs As RouteLeg()