panByOffset method

void panByOffset(
  1. Offset offset
)

Implementation

void panByOffset(Offset offset) {
  final latLng = camera.newCenterFromOffset(offset);
  move(latLng, camera.zoom);
}