Skip to main content
A newer version of this page is available. .

BingItineraryItem.TowardsRoadName Property

Returns the street name in which direction the first itinerary item goes.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public string TowardsRoadName { get; }

Property Value

Type Description
String

A String value specifying the street name.

Remarks

For more information, refer to the Bing Route Data topic in MSDN.

See Also