rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
57 lines (55 loc) • 835 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Ruvune
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Cyandaro": [
"Karambo",
"Kigarama",
"Mushesho",
"Nyankokoma",
"Rugarama"
],
"Gasambya": [
"Karambi",
"Kirara",
"Mataba",
"Nyamirama",
"Ruhete",
"Ryasunzu"
],
"Gashirira": [
"Kagasha",
"Nyarubuye",
"Nyarurama",
"Nyarwina",
"Remera",
"Rugerero"
],
"Kabare": [
"Buyanja",
"Murehe",
"Nyarusange",
"Taba"
],
"Rebero": [
"Bitoma",
"Burambo",
"Gatare",
"Kirwa",
"Mwanza",
"Rwaburegeya",
"Rwamiko",
"Sunzu"
],
"Ruhondo": [
"Gatoki",
"Karambo",
"Kirwa",
"Mugorore",
"Nyagakizi",
"Nyakaju",
"Rwinyana"
]
};