@override Future<int> pathCount() async { int result = 0; for (var wayholder in _wayholders) { result += wayholder.pathCount(); } return result; }