isWorld method

bool isWorld()

Implementation

bool isWorld() {
  return north >= 85.0 && east == 180.0 && south <= -85.0 && west == -180.0;
}