closedOutersRemove method
Implementation
void closedOutersRemove(Waypath waypath) {
bool ok = _closedOuters.remove(waypath);
if (ok) {
_boundingBox = null;
}
}
void closedOutersRemove(Waypath waypath) {
bool ok = _closedOuters.remove(waypath);
if (ok) {
_boundingBox = null;
}
}