rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
62 lines (60 loc) • 909 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Muhima
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Amahoro": [
"Amahoro",
"Amizero",
"Inyarurembo",
"Kabirizi",
"Ubuzima",
"Uruhimbi"
],
"Kabasengerezi": [
"Icyeza",
"Ikana",
"Intwari",
"Kabasengerezi"
],
"Kabeza": [
"Hirwa",
"Ikaze",
"Imanzi",
"Ingenzi",
"Ituze",
"Sangwa",
"Umwezi"
],
"Nyabugogo": [
"Abeza",
"Icyerekezo",
"Indatwa",
"Rwezangoro",
"Ubucuruzi",
"Umutekano"
],
"Rugenge": [
"Imihigo",
"Impala",
"Rugenge",
"Ubumanzi"
],
"Tetero": [
"Indamutsa",
"Ingoro",
"Inkingi",
"Intiganda",
"Iwacu",
"Tetero"
],
"Ubumwe": [
"Bwahirimba",
"Duterimbere",
"Isangano",
"Nyanza",
"Urugwiro",
"Urwego"
]
};