RouteRequest.Waypoints Property
A Waypoint Class array where each element represents a stop in the route. Required. Set this property before making a service request.
Syntax
public Waypoint[] Waypoints { set; get; }
Public Property Waypoints As Waypoint()
Remarks
The Waypoints property must contain at least 2 waypoints and no more than 25 waypoints.