You are here

function location_bounds_pm in Location 7.3

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

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

File

supported/location.pm.inc, line 21
Saint Pierre and Miquelon.

Code

function location_bounds_pm() {
  return array(
    'minlng' => -56.41835,
    'minlat' => 46.7927,
    'maxlng' => -56.1141,
    'maxlat' => 47.203467,
  );
}