getLatitudeSpan method

double getLatitudeSpan()

@return the latitude span of this BoundingBox in degrees.

Implementation

double getLatitudeSpan() {
  return this.maxLatitude - this.minLatitude;
}