You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from daum_openapi.local import local
lc = local("API_KEY")
result = lc.coord2addr('37.507502379027','127.05590291409', 'WGS84','simple',"json")
result.code
result.name1
result.name2
...