getBoundingBox method

BoundingBox getBoundingBox()

Returns the bounding box of the outer way.

Implementation

BoundingBox getBoundingBox() {
  return BoundingBox.fromLatLongs(latLongs[0]);
}