Constructor KmlOrientation
KmlOrientation(Double, Double, Double)
Initializes a new instance of the KmlOrientation class, with the specified heading, tilt, and roll values.
Declaration
public KmlOrientation(double heading, double tilt, double roll)
Parameters
Type | Name | Description |
---|---|---|
System.Double | heading | The heading. |
System.Double | tilt | The tilt. |
System.Double | roll | The roll. |
Remarks
Values are normalized in the range of 0 to 360 (inclusive). For more information on how heading, tilt, and roll relate to the coordinate system, see the documentation for KML models.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |