isRotating method

bool isRotating()

Returns true if the map is rotating due to a camera animation or user gesture. @example map.isRotating();

Implementation

bool isRotating() => jsObject.isRotating();