navigate Intent
fun navigateIntent(destination: Location, option: NaviOption? = null, viaList: List<Location>? = null): Intent
카카오내비 앱으로 길안내를 실행하는 Intent 반환
Returns the Intent to navigate with the Kakao Navi app
Parameters
destination
목적지
Destination
option
경로 검색 옵션
Options for searching the route
via List
경유지 목록(최대: 3개)
List of stops (Maximum: 3 places)