OnCameraMove typedef
OnCameraMove =
void Function(CameraPosition position)
Called repeatedly as the camera continues to move after the OnCameraMoveStarted call. The method may be called as often as once every frame.
position is the current camera position.
Implementation
typedef OnCameraMove = void Function(CameraPosition position);