You are here

function location_bounds_mv in Location 7.3

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

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

File

supported/location.mv.inc, line 39
Maldives.

Code

function location_bounds_mv() {
  return array(
    'minlng' => 72.5723,
    'minlat' => -0.739367,
    'maxlng' => 73.6987,
    'maxlat' => 7.194,
  );
}