You are here

function location_bounds_mt in Location 5.3

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

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

File

supported/location.mt.inc, line 79

Code

function location_bounds_mt() {
  return array(
    'minlng' => 14.22605,
    'minlat' => 35.837233,
    'maxlng' => 14.649,
    'maxlat' => 36.139367,
  );
}