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