static S openStreetMap_localCountryName(S place) { ret (S) getOpt((Map) getOpt(openStreetMap_json(place), "address"), "country"); }