flushPendingUpdates method
void
flushPendingUpdates()
Force process any pending spatial index updates immediately
Implementation
void flushPendingUpdates() {
_spatialIndex.flushPendingUpdates();
}
Force process any pending spatial index updates immediately
void flushPendingUpdates() {
_spatialIndex.flushPendingUpdates();
}