You are here

function location_bounds_gu in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.gu.inc \location_bounds_gu()
  2. 6.3 supported/location.gu.inc \location_bounds_gu()
  3. 7.5 supported/location.gu.inc \location_bounds_gu()
  4. 7.4 supported/location.gu.inc \location_bounds_gu()

Returns minimum and maximum latitude and longitude needed to create a bounding box.

File

supported/location.gu.inc, line 18
Guam.

Code

function location_bounds_gu() {
  return array(
    'minlng' => 144.62375,
    'minlat' => 13.277267,
    'maxlng' => 144.98795,
    'maxlat' => 13.6521,
  );
}