You are here

function location_bounds_cm in Location 7.3

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

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

File

supported/location.cm.inc, line 29
Cameroon.

Code

function location_bounds_cm() {
  return array(
    'minlng' => 8.34605,
    'minlat' => 1.648433,
    'maxlng' => 16.32655,
    'maxlat' => 13.158733,
  );
}