isRotating method
Returns true if the map is rotating due to a camera animation or user gesture. @example map.isRotating();
Implementation
bool isRotating() => jsObject.isRotating();
Returns true if the map is rotating due to a camera animation or user gesture. @example map.isRotating();
bool isRotating() => jsObject.isRotating();