getLatitudeSpan method
@return the latitude span of this BoundingBox in degrees.
Implementation
double getLatitudeSpan() {
return maxLatitude - minLatitude;
}
@return the latitude span of this BoundingBox in degrees.
double getLatitudeSpan() {
return maxLatitude - minLatitude;
}