NaviApi class

카카오내비 API 호출을 담당하는 클래스

Constructors

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

isKakaoNaviInstalled() → Future<bool>
카카오내비 앱 실행 가능 여부 확인
카카오내비 앱으로 길안내를 실행 location로 목적지를 입력받고 option를 통해 길안내 옵션을 입력받음 경유지 목록은 최대 3개까지 등록 가능하고 viaList로 입력받음
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareDestination({required Location destination, NaviOption? option, List<Location>? viaList}) → Future
카카오내비 앱으로 목적지를 공유 location로 목적지를 입력받고 option를 통해 길안내 옵션을 입력받음 경유지 목록은 최대 3개까지 등록 가능하고 viaList로 입력받음
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NaviApi
간편한 API 호출을 위해 기본 제공되는 singleton 객체
final
webNaviInstall → String
read-only