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

BingItineraryItem.SideOfStreet Property

Returns the side of the street where the route destination is.

Namespace: DevExpress.Xpf.Map

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

Declaration

public string SideOfStreet { get; }

Property Value

Type Description
String

A String value specifying the side of the street.

Remarks

This value can be specified only for last itinerary item in the BingRouteLeg object. The SideOfStreet property can be defined as Right, Left or Unknown.

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

See Also