BingDetail(Int32, String, String) Constructor
Initializes a new instance of the BingDetail class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.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