rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
43 lines (41 loc) • 629 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Bungwe
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Bungwe": [
"Bungwe",
"Gakeri",
"Gatenga",
"Kinihira",
"Nyabyondo",
"Rweru",
"Zaneza"
],
"Bushenya": [
"Buhinga",
"Bushenya",
"Gifumba",
"Mbuga",
"Ryamayaya"
],
"Mudugari": [
"Buzaniro",
"Kivumo",
"Mubuga",
"Rubayo",
"Sangabuzi",
"Vunga"
],
"Tumba": [
"Byorera",
"Karwema",
"Mubuga",
"Murambo",
"Mutungo",
"Nama",
"Nyarukore",
"Tumba"
]
};