setMapAngle method
- double angle
Set the map's angle in degrees.
Parameters
angle: Angle in degrees (0..360) where 0 represents north.
See also:
Implementation
void setMapAngle(final double angle) {
objectMethod(
_pointerId,
'MapViewPreferences',
'setRotationAngle',
args: angle,
dependencyId: _mapPointerId,
);
}