rotate abstract method

void rotate(
  1. double degree
)

Sets the map rotation to a certain degrees angle (in decimal).

Implementation

void rotate(double degree);