You are here

function location_bounds_cf in Location 7.3

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

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

File

supported/location.cf.inc, line 36
Central African Republic.

Code

function location_bounds_cf() {
  return array(
    'minlng' => 14.512,
    'minlat' => 2.727,
    'maxlng' => 27.4848,
    'maxlat' => 11.062967,
  );
}