You are here

function location_bounds_je in Location 7.3

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

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

File

supported/location.je.inc, line 33
Jersey.

Code

function location_bounds_je() {
  return array(
    'minlng' => -2.40735,
    'minlat' => 49.181767,
    'maxlng' => -2.15155,
    'maxlat' => 49.2844,
  );
}