rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
43 lines (41 loc) • 671 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Nyarugunga
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Kamashashi": [
"Akindege",
"Indatwa",
"Intwari",
"Kabagendwa",
"Kibaya",
"Mukoni",
"Mulindi",
"Umucyo",
"Uruhongore"
],
"Nonko": [
"Gasaraba",
"Gihanga",
"Gitara",
"Kavumu",
"Mahoro",
"Nyarutovu",
"Rugali",
"Runyonza"
],
"Rwimbogo": [
"Gabiro",
"Kabaya",
"Kanogo",
"Marembo",
"Umushumba Mwiza",
"Nyandungu",
"Ruragendwa",
"Rwinyana",
"Rwinyange",
"Rwiza",
"Urwibutso"
]
};