You are here

function location_bounds_ad in Location 7.3

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

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

File

supported/location.ad.inc, line 26
Andorra.

Code

function location_bounds_ad() {
  return array(
    'minlng' => 1.3726,
    'minlat' => 42.404867,
    'maxlng' => 1.781219,
    'maxlat' => 42.621636,
  );
}