在我的位置驾驶路线到Google Maps Android API V2中的多个目的地

时间:2013-05-14 08:43:33

标签: android google-maps google-maps-markers google-maps-api-2 driving-directions

你能帮助我如何绘制从我的位置(当前位置)到我们手动输入程序的某些位置的行车路线,所以当我们录制标记的位置时,将从我当前的位置绘制行车路线到标记的位置,但标记的位置不仅仅是一个, 我的一些地点:

经纬度(5.175783,97.140950);

经纬度(5.172767,97.131161);

经纬度(5.163928,97.136822);

经纬度(5.180353,97.122297);

我接下来的教程如下。

Driving route from my location to destination in Google Maps Android API V2