0
我想在Google地圖上繪製路線(步行或駕車),我想給出當前用戶座標和目的地座標以繪製和導航路線,因爲此圖像如何在Google地圖上繪製和導航路線
我用這個代碼
Intent intent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("http://maps.google.com/maps?saddr=20.344,34.34&daddr=20.5666,45.345")); startActivity(intent);
但我得到了 「沒有路線找到」
非常感謝