rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
45 lines (43 loc) • 668 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Rwimbogo
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Karenge": [
"Batura",
"Gatanga",
"Gishoma",
"Makambi",
"Nyabihanga",
"Ruzeneko"
],
"Muhehwe": [
"Kibare",
"Murama",
"Musigiti",
"Nyarusebeya",
"Renga",
"Rungunga"
],
"Mushaka": [
"Gakombe",
"Gatambamo",
"Kabajoba",
"Kamabuye",
"Nyagashora"
],
"Rubugu": [
"Gatare",
"Ntenyi",
"Nyange",
"Rukombe"
],
"Ruganda": [
"Cyunguriro",
"Musumba",
"Rubamba",
"Rubuye",
"Ruhinga"
]
};