Navi

Kakao. Namespace

Description:
  • 카카오내비 API 모듈
    Module for the Kakao Navi APIs

Methods

(static) share(settings)

Description:
  • 카카오내비 앱으로 목적지 공유 실행, 모바일 기기에서만 동작
    Launches the Kakao Navi app to show the shared destination, available only on the mobile devices

See:
Parameters:
Name Type Description
settings Object
Properties
Name Type Attributes Default Description
name String

목적지 이름
Name of the destination

x Number

경도 좌표
Longitude coordinate

y Number

위도 좌표
Latitude coordinate

coordType String <optional>
"katec"

좌표계 타입 (wgs84 | katec)
Type of the coordinate system (wgs84 | katec)

(static) start(settings)

Description:
  • 카카오내비 앱으로 길안내 실행, 모바일 기기에서만 동작
    Launches the Kakao Navi app to start navigation, available only on the mobile devices

See:
Parameters:
Name Type Description
settings Object
Properties
Name Type Attributes Default Description
name String

목적지 이름
Name of the destination

x Number

경도 좌표
Longitude coordinate

y Number

위도 좌표
Latitude coordinate

coordType String <optional>
"katec"

좌표계 타입 (wgs84 | katec)
Type of the coordinate system (wgs84 | katec)

vehicleType Number <optional>
1

차종
Vehicle type

1: 승용차/소형승합차/소형화물화, Passenger car/Small van/Small truck
2: 중형승합차/중형화물차, Mid-size van/Mid-size truck
3: 대형승합차/2축 대형화물차, Large van/2-axis large truck
4: 3축 대형화물차, 3-axis large truck
5: 4축이상 특수화물차, Special truck with four axes or more
6: 경차, Compact car
7: 이륜차, Motorcycle

rpOption Number <optional>
100

경로 최적화 기준
Criteria to optimize the route

1: 가장 빠른 경로, Fastest route
2: 무료 도로, Toll-free route
3: 가장 짧은 경로, Shortest route
4: 자동 전용 도로 제외, Route excluding motorway
5: 큰길 우선, Main road first
6: 고속도로 우선, Highway first
8: 일반 도로 우선, Normal road first
100: 추천 경로, Recommended route

routeInfo Boolean <optional>
false

전체 경로 정보 보기 사용 여부
Whether to view the full route information

sX Number <optional>

시작 위치의 경도 좌표
Longitude coordinate of the start point

sY Number <optional>

시작 위치의 위도 좌표
Latitude coordinate of the start point

sAngle Number <optional>

시작 차량 각도 (최소: 0, 최대: 359)
Angle of the vehicle at the start point (Minimum: 0, Maximum: 359)

returnUri String <optional>

전체 경로 보기 종료 시 호출될 URI
URI to be called upon exiting the full route view

viaPoints Array.<ViaPoint> <optional>

경유지 목록 (최대: 3개)
List of stops (Maximum: 3 places)

Type Definitions

ViaPoint

Description:
  • 경유지
    Stop

Properties:
Name Type Description
name String

이름
Name of the destination

x Number

경도 좌표
Longitude coordinate

y Nubmer

위도 좌표
Latitude coordinate

경유지
Stop

Type:
  • Object