BoundingBox.max constructor

BoundingBox.max()

Implementation

factory BoundingBox.max() {
  return BoundingBox(Projection.LATITUDE_MIN, Projection.LONGITUDE_MIN, Projection.LATITUDE_MAX, Projection.LONGITUDE_MAX);
}