You are here

function location_bounds_an in Location 7.3

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

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

File

supported/location.an.inc, line 18
Netherlands Antilles.

Code

function location_bounds_an() {
  return array(
    'minlng' => -69.16155000000001,
    'minlat' => 11.711233,
    'maxlng' => -66.13464999999999,
    'maxlat' => 12.397367,
  );
}