reset method

void reset()

Resets the detector state.

Implementation

void reset() {
  _previousLocation = null;
  _repeatedCoordCount = 0;
}