onCameraMove method

Stream<CameraMoveEvent> onCameraMove({
  1. required int mapId,
})

The Camera finished moving to a new CameraPosition.

Implementation

Stream<CameraMoveEvent> onCameraMove({required int mapId}) {
  throw UnimplementedError('onCameraMove() has not been implemented.');
}