You are here

function location_bounds_pf in Location 7.3

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

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

File

supported/location.pf.inc, line 24
French Polynesia.

Code

function location_bounds_pf() {
  return array(
    'minlng' => -150.8061,
    'minlat' => -18.0048,
    'maxlng' => -148.0971,
    'maxlat' => -17.036567,
  );
}