rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
42 lines (40 loc) • 593 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Ngera
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Bitare": [
"Bitare",
"Gashiru",
"Sheke"
],
"Mukuge": [
"Cyamutumba",
"Cyaratsi",
"Mukuge"
],
"Murama": [
"Kaganda",
"Mbogo",
"Nyarugano",
"Runyami"
],
"Nyamirama": [
"Kinteko",
"Mubuga",
"Nyamirama"
],
"Nyanza": [
"Gisozi",
"Kibingo",
"Mpinga",
"Nyanza"
],
"Yaramba": [
"Buhunga",
"Kirwa",
"Musumba",
"Yaramba"
]
};