Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/195.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何打开链接应用程序以直接打开此处地图?_Android_Here Maps Rest - Fatal编程技术网

Android 如何打开链接应用程序以直接打开此处地图?

Android 如何打开链接应用程序以直接打开此处地图?,android,here-maps-rest,Android,Here Maps Rest,以下是直接打开谷歌地图的方法: 行动: android.intent.action.VIEW 活动类别: com.google.android.maps.MapsActivity 活动包 com.google.android.apps.maps 这里的地图怎么样?你能试试这个吗 使用以下属性构造意图: 动作com.here.maps.DIRECTIONS 类别Category\u默认值 数据URI here.directions://v1.0/mylocation/SRC_LAT,SRC_LNG

以下是直接打开谷歌地图的方法:

行动: android.intent.action.VIEW

活动类别: com.google.android.maps.MapsActivity

活动包 com.google.android.apps.maps

这里的地图怎么样?

你能试试这个吗

使用以下属性构造意图:

动作
com.here.maps.DIRECTIONS

类别
Category\u默认值

数据URI
here.directions://v1.0/mylocation/SRC_LAT,SRC_LNG,DST_LAT,DST_LNG?ref=&m=w


有关更多信息,请参见

我不知道这是否仍然相关,但我写了一篇关于如何打开Waze、谷歌地图和There WeGo浏览意图的文章。

在应用之前,我们需要先下载There WeGo应用,对吗?你有关于活动类和活动包的额外信息吗?请看我的回复和一个工作示例