setMoveCamera method

Builder<T> setMoveCamera(
  1. bool move
)

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

Implementation

Builder<T> setMoveCamera(bool move) {
  _moveCamera = move;
  return this;
}