Google Maps Intent with marker&用户位置

时间:2014-06-17 10:17:50

标签: android google-maps

您可以从APK启动Google地图意图,其中包括具有特定位置的标记和用户位置吗?我一直在努力,但尚未能够做到。

2 个答案:

答案 0 :(得分:0)

http://wptrafficanalyzer.in/blog/storing-and-retrieving-locations-in-sqlite-from-google-maps-android-api-v2/

尝试这个网站男人我想它会有所帮助。虽然帮助了我。

答案 1 :(得分:0)

你可以试试这个:

String uri = "http://maps.google.com/maps?saddr=" + latitude +","+ longitude +"&daddr=" + userLatitude + "," + userLongitude;
startActivity(new Intent(android.content.Intent.ACTION_DEFAULT, Uri.parse(uri)));