onCameraMove method
The Camera finished moving to a new CameraPosition.
Implementation
Stream<CameraMoveEvent> onCameraMove({required int mapId}) {
throw UnimplementedError('onCameraMove() has not been implemented.');
}
The Camera finished moving to a new CameraPosition.
Stream<CameraMoveEvent> onCameraMove({required int mapId}) {
throw UnimplementedError('onCameraMove() has not been implemented.');
}