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

BingDetail.CompassDegrees Property

Returns the angle in degrees for which it is necessary to change the travel direction.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public int CompassDegrees { get; }

Property Value

Type Description
Int32

A Int32 value representing an angle expressed in degrees.

Remarks

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

See Also