getBoundingBox method
Returns the bounding box of the outer way.
Implementation
BoundingBox getBoundingBox() {
return BoundingBox.fromLatLongs(latLongs[0]);
}
Returns the bounding box of the outer way.
BoundingBox getBoundingBox() {
return BoundingBox.fromLatLongs(latLongs[0]);
}