get1234_en function

Map<int, String> get1234_en()

Geocoding JSON data for 1234_en

Implementation

Map<int, String> get1234_en() {
  return {1234: "Ohio", 1234678: "Akron, OH"};
}