You are here

function location_bounds_ms in Location 7.3

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

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

File

supported/location.ms.inc, line 22
Montserrat.

Code

function location_bounds_ms() {
  return array(
    'minlng' => -62.26695,
    'minlat' => 16.659067,
    'maxlng' => -62.20585,
    'maxlat' => 16.738,
  );
}