class NaviClient
카카오내비 API 호출을 담당하는 클래스
<init> |
카카오내비 API 호출을 담당하는 클래스 NaviClient(: ApplicationInfo = KakaoSdk.applicationContextInfo, : ContextInfo = KakaoSdk.applicationContextInfo, : ServerHosts = KakaoSdk.hosts) |
isKakaoNaviInstalled |
카카오내비 앱 설치 여부 검사. fun isKakaoNaviInstalled(: Context): Boolean |
navigateIntent |
카카오내비 앱으로 길안내를 실행하는 Intent 반환. fun navigateIntent(: Location, : NaviOption? = null, : List<Location>? = null): Intent |
shareDestinationIntent |
카카오내비 앱으로 목적지를 공유하는 Intent 반환. fun shareDestinationIntent(: Location, : NaviOption? = null, : List<Location>? = null): Intent |
instance |
val instance: <ERROR CLASS> |