rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
66 lines (64 loc) • 962 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Rugera
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Gakoro": [
"Bweru",
"Kintore",
"Mubuga",
"Nyakigezi",
"Nyarubingo",
"Nyarusange"
],
"Marangara": [
"Bwumba",
"Gasayo",
"Gasiza",
"Giko",
"Kabahendanyi",
"Kagano",
"Nyagasozi",
"Rwangege",
"Tetero"
],
"Nyagahondo": [
"Buhete",
"Gitotsi",
"Kabyaza",
"Muhare",
"Munyinya",
"Musenyi",
"Nganzo"
],
"Nyarutembe": [
"Gatyazo",
"Gisenyi",
"Jari",
"Kamenyo",
"Kibumba",
"Kirebe",
"Mwambi",
"Nyamugari"
],
"Rurembo": [
"Bihe",
"Bukango",
"Cyasenge",
"Gahama",
"Gaseke",
"Gihuri",
"Karambi",
"Murama"
],
"Tyazo": [
"Harabana",
"Kabuye",
"Kingona",
"Kiyanza",
"Mucaca",
"Murengeri",
"Nyakiriba"
]
};