You are here

function location_bounds_io in Location 7.3

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

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

File

supported/location.io.inc, line 27
British Indian Ocean Territory.

Code

function location_bounds_io() {
  return array(
    'minlng' => 71.2711,
    'minlat' => -7.505967,
    'maxlng' => 72.47375,
    'maxlat' => -5.220733,
  );
}