function location_bounds_si in Location 7.5
Same name and namespace in other branches
- 5.3 supported/location.si.inc \location_bounds_si()
 - 6.3 supported/location.si.inc \location_bounds_si()
 - 7.3 supported/location.si.inc \location_bounds_si()
 - 7.4 supported/location.si.inc \location_bounds_si()
 
Returns minimum and maximum latitude and longitude needed to create a bounding box.
File
- supported/
location.si.inc, line 12  
Code
function location_bounds_si() {
  return array(
    'minlng' => 13.4225,
    'minlat' => 45.352576,
    'maxlng' => 16.576871,
    'maxlat' => 46.901,
  );
}