You are here

function location_bounds_mp in Location 7.3

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

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

File

supported/location.mp.inc, line 23
Northern Mariana Islands.

Code

function location_bounds_mp() {
  return array(
    'minlng' => 143.2344,
    'minlat' => 14.1388,
    'maxlng' => 146.2014,
    'maxlat' => 20.6741,
  );
}