addWay method
void
addWay(
- Way way
Adds a way to the in-memory collection.
way The way (road, path, boundary) to add to the datastore
Implementation
void addWay(Way way) {
ways.add(way);
}
Adds a way to the in-memory collection.
way The way (road, path, boundary) to add to the datastore
void addWay(Way way) {
ways.add(way);
}