location.bh.inc in Location 7.5
Same filename and directory in other branches
File
supported/location.bh.incView source
<?php
// Bahrain
function location_province_list_bh() {
return array(
'CAP' => "Capital",
'CEN' => "Central",
'MUH' => "Muharraq",
'NOR' => "Northern",
'SOU' => "Southern",
);
}
/**
* Returns minimum and maximum latitude and longitude needed to create a bounding box.
*/
function location_bounds_bh() {
return array(
'minlng' => 50.402,
'minlat' => 25.862667,
'maxlng' => 50.66065,
'maxlat' => 26.339733,
);
}
Functions
Name | Description |
---|---|
location_bounds_bh | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_bh |