stopWayfinding static method

void stopWayfinding()

Implementation

static void stopWayfinding() {
  _wayfinding = null;
  _applyOptions(_opts);
}