You are here

function location_bounds_ro in Location 7.3

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

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

File

supported/location.ro.inc, line 61
Romania.

Code

function location_bounds_ro() {
  return array(
    'minlng' => 20.2073,
    'minlat' => 43.7213,
    'maxlng' => 30.20235,
    'maxlat' => 48.21,
  );
}