navermap_get_directions
Calculates driving directions between two points using Naver Map, returning distance, duration, tolls, taxi fare, and fuel cost. Supports waypoints, route options, and vehicle parameters.
Instructions
출발지와 목적지 간의 경로를 탐색합니다. 거리, 소요시간, 통행료, 택시비, 유류비 정보를 제공합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | 출발지 좌표 (경도,위도 형식, 예: '127.0368,37.5085') | |
| goal | Yes | 목적지 좌표 (경도,위도 형식, 예: '126.9784,37.5666') | |
| waypoints | No | 경유지 좌표 (최대 5개, '|'로 구분, 예: '127.0000,37.5000|127.0100,37.5100') | |
| option | No | 경로 옵션: trafast(실시간 빠른길), tracomfort(편한길), traoptimal(최적), traavoidtoll(무료 우선), traavoidcaronly(자동차 전용도로 회피) | |
| cartype | No | 차량 종류 (1: 소형차, 2: 중형차, 3: 대형차, 4: 중형화물차, 5: 대형화물차, 6: 특수화물차) | |
| fueltype | No | 연료 종류 (gasoline: 휘발유, highgradegasoline: 고급휘발유, diesel: 경유, lpg: LPG) | |
| mileage | No | 연비 (km/L, 유류비 계산에 사용) |