2014-05-02 63 views
0

我可以使用代碼來獲得地圖上的靜態路徑是這樣,但無法顯示的出發點和落腳點無法將路徑之間的標記在地圖上

http://maps.googleapis.com/maps/api/staticmap?sensor=false&size=600x600&zoom=12&path=color:0x0000ff|weight:5|40.737102,-73.990318|40.749825,-73.987963|40.752946,-73.987384|40.755823,-73.986397 

在這裏我無法顯示起點和終點的標記。

如何把點上的出發點和落腳點

Unable to place the points

請幫我找

回答

1

您需要添加一個標記網址參數的解決方案。 像這樣:

http://maps.googleapis.com/maps/api/staticmap?sensor=false&markers=size:mid%7C40.737102,-73.990318|40.755823,-73.986397&size=600x600&zoom=12&path=color:0x0000ff|weight:5|40.737102,-73.990318|40.749825,-73.987963|40.752946,-73.987384|40.755823,-73.986397 
+0

你知道如何獲得的緯度和經度點的準確路徑追加從源到android的目的地 –

相關問題