You are here

function location_bounds_pt in Location 5.3

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

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

File

supported/location.pt.inc, line 31

Code

function location_bounds_pt() {
  return array(
    'minlng' => -31.25925,
    'minlat' => 32.335633,
    'maxlng' => -6.25515,
    'maxlat' => 42.028267,
  );
}