get32_fr function
Geocoding JSON data for 32_fr
Implementation
Map<int, String> get32_fr() {
return {
322: "Bruxelles",
323: "Anvers",
329: "Gand",
3212: "Tongres",
3215: "Malines",
3216: "Louvain",
3251: "Roulers",
3252: "Termonde",
3253: "Alost",
3255: "Renaix",
3256: "Courtrai",
3258: "Furnes",
3259: "Ostende"
};
}