getBoundingBox method

BoundingBox getBoundingBox()

Implementation

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