navermap_reverse_geocode
Convert latitude and longitude coordinates into addresses with legal, administrative, lot number, and road name information.
Instructions
좌표(경도, 위도)를 주소로 변환합니다. 법정동, 행정동, 지번주소, 도로명주소를 조회할 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coords | Yes | 변환할 좌표 (경도,위도 형식, 예: '127.0368,37.5085') | |
| sourcecrs | No | 입력 좌표계 (기본값: epsg:4326 - WGS84) | |
| targetcrs | No | 출력 좌표계 (기본값: epsg:4326 - WGS84) | |
| orders | No | 응답 순서 (쉼표로 구분: legalcode,admcode,addr,roadaddr). legalcode: 법정동, admcode: 행정동, addr: 지번주소, roadaddr: 도로명주소 | |
| output | No | 응답 형식 (기본값: json) |