rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
66 lines (64 loc) • 959 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Mamba
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Gakoma": [
"Gakomeye",
"Gatare",
"Kinamba",
"Kivomo",
"Kizenga",
"Rebero",
"Rugenge",
"Rugwiza",
"Ruhuha",
"Sokofi"
],
"Kabumbwe": [
"Buye",
"Gahararo",
"Kabuga",
"Kirwa",
"Muhabura",
"Munopfu",
"Nunga",
"Nyarugenge"
],
"Mamba": [
"Buhima",
"Gakoma",
"Gatovu",
"Kamudogo",
"Karama",
"Kirase",
"Mashenyi",
"Nyarugenge",
"Rugunga"
],
"Muyaga": [
"Butezi",
"Cadi",
"Cyarwa",
"Kabeza",
"Kibumba",
"Mutori",
"Nyamirama",
"Ruhamagariro",
"Shyembe"
],
"Ramba": [
"Gatare",
"Gatoke",
"Kayenzi",
"Kigangazi",
"Murama",
"Murambi",
"Nyiramageni",
"Runazi",
"Rurama",
"Rusave",
"Rwimvubu"
]
};