onCameraMove property

CameraPositionCallback? onCameraMove
final

Called repeatedly as the camera continues to move after an onCameraMoveStarted call.

This may be called as often as once every frame and should not perform expensive operations.

Implementation

final CameraPositionCallback? onCameraMove;