Method SetViewpointRotationAsync
SetViewpointRotationAsync(Double)
Sets the rotatation of the map view to the provided angle.
Declaration
public Task<bool> SetViewpointRotationAsync(double rotation)
Parameters
Type | Name | Description |
---|---|---|
System.Double | rotation | The degrees to rotate to (in counterclockwise direction). |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> |
|
Remarks
Angle will be normalized between 0 and 360 degrees.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |