onMoveFinished abstract method

void onMoveFinished(
  1. bool completed
)

@brief Called when the move if finished. @param completed determine whether the movement is finished or cancelled

Dart code snippet: @snippet location_window_camera_example.dart dart_CameraCallback_onMoveFinished

Implementation

void onMoveFinished(bool completed);