You are here

function location_bounds_in in Location 7.3

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

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

File

supported/location.in.inc, line 54
India.

Code

function location_bounds_in() {
  return array(
    'minlng' => 68.1721,
    'minlat' => 6.470867,
    'maxlng' => 97.27195,
    'maxlat' => 37.118133,
  );
}