You are here

function location_bounds_aw in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.aw.inc \location_bounds_aw()
  2. 7.5 supported/location.aw.inc \location_bounds_aw()
  3. 7.3 supported/location.aw.inc \location_bounds_aw()
  4. 7.4 supported/location.aw.inc \location_bounds_aw()

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

File

supported/location.aw.inc, line 12

Code

function location_bounds_aw() {
  return array(
    'minlng' => -70.08745,
    'minlat' => 12.4276,
    'maxlng' => -69.83805,
    'maxlat' => 12.647367,
  );
}