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, : NaviOptions? = null, : List<Location>? = null): Intent |
navigateUrl |
웹 길안내 URL 반환. 획득한 URL을 브라우저에 요청하면 카카오내비 앱이 설치되지 않은 환경에서도 길안내 가능. fun navigateUrl(: Location, : NaviOptions? = null, : List<Location>? = null): Uri |
shareDestinationIntent |
카카오내비 앱으로 목적지를 공유하는 Intent 반환. fun shareDestinationIntent(: Location, : NaviOptions? = null, : List<Location>? = null): Intent |
instance |
val instance: NaviClient |