NaviApi class
KO: 카카오내비 API 클라이언트
EN: Client for the Kakao Navi APIs
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
KO: 카카오내비 앱 실행 가능 여부 확인
EN: Check whether the Kakao Navi app is available -
KO: 카카오내비 앱으로 길안내 실행, 모바일 기기에서만 동작
destination
에 목적지 전달
option
에 경로 검색 옵션 전달
viaList
에 경유지 목록 전달(최대: 3개)
EN: Launches the Kakao Navi app to start navigation, available only on the mobile devices
Pass the destination todestination
Pass the options for searching the route tooption
Pass the list of stops toviaList
(Maximum: 3 places) -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
KO: 카카오내비 앱으로 목적지 공유 실행, 모바일 기기에서만 동작
destination
에 목적지 전달
option
에 경로 검색 옵션 전달
viaList
에 경유지 목록 전달(최대: 3개)
EN: Launches the Kakao Navi app to show the shared destination, available only on the mobile devices
Pass the destination todestination
Pass the options for searching the route tooption
Pass the list of stops toviaList
(Maximum: 3 places) -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited