You are here

function location_bounds_fr in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.fr.inc \location_bounds_fr()
  2. 7.5 supported/location.fr.inc \location_bounds_fr()
  3. 7.4 supported/location.fr.inc \location_bounds_fr()

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

File

supported/location.fr.inc, line 63

Code

function location_bounds_fr() {
  return array(
    'minlng' => -176.3726,
    'minlat' => -27.946767,
    'maxlng' => 172.15695,
    'maxlat' => 51.122333,
  );
}