You are here

function location_bounds_ba in Location 5.3

Same name and namespace in other branches
  1. 6.3 supported/location.ba.inc \location_bounds_ba()
  2. 7.5 supported/location.ba.inc \location_bounds_ba()
  3. 7.3 supported/location.ba.inc \location_bounds_ba()
  4. 7.4 supported/location.ba.inc \location_bounds_ba()

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

File

supported/location.ba.inc, line 29

Code

function location_bounds_ba() {
  return array(
    'minlng' => 15.77965,
    'minlat' => 42.621233,
    'maxlng' => 19.61625,
    'maxlat' => 45.251767,
  );
}