Sets the map rotation to a certain degrees angle (in decimal).
@override void rotate(double degree) { _state!.rotation = degree; if (onRotationChanged != null) onRotationChanged!(degree); }