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.v24.2.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 BingDetail.CompassDegrees property. |
name | String | A String value specifying the street name. This value is assigned to the BingDetail.Name property. |
roadType | String | A String value specifying the road type. This value is assigned to the BingDetail.RoadType property. |
See Also