externalGeoBounds method

GeoBounds externalGeoBounds()

Calculate the external corners.

Implementation

GeoBounds externalGeoBounds() {
  return GeoBounds(
    northeast: geoNortheast(),
    southwest: geoSouthwest(),
  );
}