beginLocation method

bool beginLocation()

Implementation

bool beginLocation() {
  if (state != HistoryReadPositionState.ready) {
    return false;
  }
  state = HistoryReadPositionState.locating;
  return true;
}