You are here

function location_bounds_mt in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.mt.inc \location_bounds_mt()
  2. 6.3 supported/location.mt.inc \location_bounds_mt()
  3. 7.5 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 87
Malta.

Code

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