moveAndRotate abstract method

MoveAndRotateResult moveAndRotate(
  1. LatLng center,
  2. double zoom,
  3. double degree, {
  4. String? id,
})

Calls move and rotate together however layers will rebuild just once instead of twice

Implementation

MoveAndRotateResult moveAndRotate(LatLng center, double zoom, double degree,
    {String? id});