function location_bounds_bg in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.bg.inc \location_bounds_bg()
- 6.3 supported/location.bg.inc \location_bounds_bg()
- 7.5 supported/location.bg.inc \location_bounds_bg()
- 7.4 supported/location.bg.inc \location_bounds_bg()
Returns minimum and maximum latitude and longitude needed to create a bounding box.
File
- supported/
location.bg.inc, line 47 - Bulgaria.
Code
function location_bounds_bg() {
return array(
'minlng' => 22.34235,
'minlat' => 41.2841,
'maxlng' => 28.559,
'maxlat' => 44.237,
);
}