Share via


Waypoint.Description Property

 

A string describing the route stop. Optional. The default is null. Set this property before making a service request.

Syntax

public string Description { set; get; }
Public Property Description As String

Remarks

If the Description property is set, it is used in the ItineraryItem.Text Property for the stop in the returned route.

The Description property can be a maximum of 256 characters.

See Also

ItineraryItem Class