BingItineraryItem.SideOfStreet Property
Returns the side of the street where the route destination is.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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