使用标签打开Goog​​le地图

时间:2018-03-10 07:26:26

标签: android google-maps google-maps-api-3 directions

我正在尝试从我的应用程序中打开谷歌地图应用程序以向用户显示路线。

http://maps.google.com/maps?saddr=" + sourceLatitude + "," + sourceLongitude 
+ "(" + "label1" + ")&daddr=" + destinationLatitude + "," + 
destinationLongitude + " (" + "label2" + ")";

但是当GoogleMaps应用程序打开时,它会将上述标签转换为地址。 我希望GoogleMaps只显示标签而不是地址。我怎样才能做到这一点? 示例网址

http://maps.google.com/maps?saddr=28.63382,77.220975&daddr=28.6328878,77.22014879999999(IcyCurls)&dirflg=w

我希望目的地有冰冷的卷发而不是地址

谢谢

1 个答案:

答案 0 :(得分:0)

检查这个获得绘制折线的确切路线的那个,我们只能通过传递完整的地址来做到这一点。

https://www.google.com/maps/dir/?api=1&origin=760+West+Genesee+Street+Syracuse+NY+13204&destination=314+Avery+Avenue+Syracuse+NY+13204