function location_bounds_at in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.at.inc \location_bounds_at()
- 6.3 supported/location.at.inc \location_bounds_at()
- 7.5 supported/location.at.inc \location_bounds_at()
- 7.4 supported/location.at.inc \location_bounds_at()
Returns minimum and maximum latitude and longitude needed to create a bounding box.
File
- supported/
location.at.inc, line 28 - Austria.
Code
function location_bounds_at() {
return array(
'minlng' => 9.47885,
'minlat' => 46.427367,
'maxlng' => 17.15825,
'maxlat' => 49.010433,
);
}