setMoveCamera method

void setMoveCamera(
  1. bool move
)
inherited

Set whether the filtering should move the camera to encompass the results

Implementation

void setMoveCamera(bool move) {
  _moveCamera = move;
}