从Google Maps Android App获取信息

时间:2014-01-27 20:18:34

标签: android google-maps google-maps-android-api-2

我需要为我的应用使用谷歌地图的转弯导航功能。目前我只是使用以下方法在Android手机上启动谷歌地图应用程序。

Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse("http://maps.google.com/maps?" 
"saddr="+ latitude + "," + longitude + "&daddr=" + latitude + "," + longitude));
startActivity(intent);

对于我的应用,我需要跟踪目的地的距离以及实时到达目的地的剩余时间。无论如何,是否与正在运行的Google地图应用程序进行通信以获取此信息?我想在运行谷歌地图应用程序时在后台运行我的应用程序服务,在后台我可以获得有关距离和时间的信息。

1 个答案:

答案 0 :(得分:1)

  

有没有与正在运行的Google地图应用进行通信以获取此信息?

没有记录或支持的方法来执行此操作。