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

isKakaoNaviInstalled() → Future<bool>
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 to destination
Pass the options for searching the route to option
Pass the list of stops to viaList (Maximum: 3 places)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareDestination({required Location destination, NaviOption? option, List<Location>? viaList}) → Future
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 to destination
Pass the options for searching the route to option
Pass the list of stops to viaList (Maximum: 3 places)
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

instance NaviApi
final
webNaviInstall → String
no setter