start method

void start()
inherited

Start tracking

Implementation

void start() {
  if (_isTracking) return;
  _isTracking = true;
  onStart();
}