function location_bounds_az in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.az.inc \location_bounds_az()
- 6.3 supported/location.az.inc \location_bounds_az()
- 7.5 supported/location.az.inc \location_bounds_az()
- 7.4 supported/location.az.inc \location_bounds_az()
Returns minimum and maximum latitude and longitude needed to create a bounding box.
File
- supported/
location.az.inc, line 95 - Azerbaijan.
Code
function location_bounds_az() {
return array(
'minlng' => 44.7416,
'minlat' => 38.4074,
'maxlng' => 50.37515,
'maxlat' => 41.924867,
);
}