rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
49 lines (47 loc) • 735 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Bushekeri
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Buvungira": [
"Buhinga",
"Bushekeri",
"Buvungira",
"Gasebeya",
"Gisakura",
"Kinzovu",
"Mujabagiro",
"Nkenga",
"Ruvumbu",
"Rwumba",
"Winkamba",
"Yove"
],
"Mpumbu": [
"Bona",
"Gahondo",
"Kamina",
"Karambi",
"Kirombozi"
],
"Ngoma": [
"Bitare",
"Buhembe",
"Bukiro",
"Cyeshero",
"Kagarama",
"Kanyovu",
"Mashuhira",
"Rugeregere"
],
"Nyarusange": [
"Butangata",
"Gatoki",
"Kinini",
"Mubuga",
"Nyanza",
"Rundwe",
"Rweza"
]
};