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