【发布时间】:2023-02-13 13:47:34
【问题描述】:
需要从我的 android 汽车应用程序汽车屏幕导航到具有地理坐标的 Here 地图应用程序。使用谷歌地图和位智,我可以开始导航。但是这里的地图显示没有找到任何结果。
Intent intent = new Intent(CarContext.ACTION_NAVIGATE)
.setData(Uri.parse("geo:13.11978,+80.14994"));
getCarContext().startCarApp(intent);
https://developer.android.com/training/cars/apps/navigation#support-navigation-intents
这是因为没有处理 Navigation Intent。在 android auto 中将导航路由到此处地图的任何其他方法。
【问题讨论】:
标签: android here-api android-auto