flushPendingUpdates method

void flushPendingUpdates()

Force process any pending spatial index updates immediately

Implementation

void flushPendingUpdates() {
  _spatialIndex.flushPendingUpdates();
}