Method SetViewpointRotationAsync
| Edit this page View SourceSetViewpointRotationAsync(double)
Sets the rotatation of the map view to the provided angle.
Declaration
public virtual Task<bool> SetViewpointRotationAsync(double rotation)
Parameters
Type | Name | Description |
---|---|---|
double | rotation | The degrees to rotate to (in counterclockwise direction). |
Returns
Type | Description |
---|---|
Task<bool> |
|
Remarks
Angle will be normalized between 0 and 360 degrees.