location.bi.inc in Location 7.3
Same filename and directory in other branches
Burundi.
File
supported/location.bi.incView source
<?php
/**
* @file
* Burundi.
*/
/**
* Returns an associative array of states/territories.
*/
function location_province_list_bi() {
return array(
'BB' => "Bubanza",
'BJ' => "Bujumbura",
'BR' => "Bururi",
'CA' => "Cankuzo",
'CI' => "Cibitoke",
'GI' => "Gitega",
'KR' => "Karuzi",
'KY' => "Kayanza",
'KI' => "Kirundo",
'MA' => "Makamba",
'MU' => "Muramvya",
'MY' => "Muyinga",
'MW' => "Mwaro",
'NG' => "Ngozi",
'RT' => "Rutana",
'RY' => "Ruyigi",
);
}
/**
* Returns minimum and maximum latitude and longitude needed to create a bounding box.
*/
function location_bounds_bi() {
return array(
'minlng' => 29.17565,
'minlat' => -4.499667,
'maxlng' => 30.8881,
'maxlat' => -2.4882,
);
}
Functions
Name | Description |
---|---|
location_bounds_bi | Returns minimum and maximum latitude and longitude needed to create a bounding box. |
location_province_list_bi | Returns an associative array of states/territories. |