get41_fr function

Map<int, String> get41_fr()

Geocoding JSON data for 41_fr

Implementation

Map<int, String> get41_fr() {
  return {
    4122: "Genève",
    4133: "Thoune",
    4152: "Winterthour",
    4161: "Bâle",
    4171: "St. Gall",
    4181: "Coire"
  };
}