You are here

function location_bounds_im in Location 7.3

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

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

File

supported/location.im.inc, line 27
Isle of Man.

Code

function location_bounds_im() {
  return array(
    'minlng' => -4.874,
    'minlat' => 54.0471,
    'maxlng' => -4.38405,
    'maxlat' => 54.424067,
  );
}