Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想显示来自 AB 和 AC 的相同 GeoPoint 装置的两条路径路径。 Route1 包含来自 AB 的 GeoPoints,Route2 包含来自 AC 的 GeoPoints。请帮我。
您是否使用过以下代码
String url = "http://maps.googleapis.com/maps/api/directions/json?origin=" + currentLat + "," + currentLng + "&destination=" + lat + "," + lng + "&sensor=false";
你为什么不使用google-maps-android-api-v2并遵循这个:
答案:使用 Google Maps Android API v2 在两点之间绘制路径