kakao_coord_to_address
Convert latitude and longitude coordinates to road or land-lot addresses using Kakao's geocoding API. Provide x (longitude) and y (latitude) to get the corresponding address.
Instructions
위경도 좌표를 도로명/지번 주소로 역변환. 예: x=127.1086, y=37.4012.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | 경도(longitude) | |
| y | Yes | 위도(latitude) |