BingDetail(Int32, String, String) Constructor
Initializes a new instance of the BingDetail class with the specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| compassDegrees | Int32 | A Int32 value specifying the angle of rotation in degrees. This value is assigned to the |
| name | String | A String value specifying the street name. This value is assigned to the |
| roadType | String | A String value specifying the road type. This value is assigned to the |
See Also