draw overlay line on google static map with markers

不想你离开。 提交于 2020-01-03 17:31:12

问题


i used this url to draw map with overlay line

http://maps.google.com/maps/api/staticmap?size=400x400&zoom=13&path=color:0xff0000ff|weight:5|40.737102,-73.990318|40.749825,-73.987963&sensor=false

i want to add markers to start and end position.. so i used the url below

maps.google.com/maps/api/staticmap?size=400x400&zoom=13&path=color:0xff0000ff|weight:5|&markers=color:blue|label:S|40.737102,-73.990318|40.749825,-73.987963&sensor=false

this url shows markers but not the overlay line..

please give me the url to overlay roadmap on static googlemap image with markers.


回答1:


http://maps.google.com/maps/api/staticmap?size=400x400&zoom=13&path=color:0xff0000ff|weight:5|40.737102,-73.990318|40.749825,-73.987963&markers=color%3ablue|label%3aS|40.737102,-73.990318|40.749825,-73.987963&sensor=false

Your path lat/lng is missing from the second link



来源:https://stackoverflow.com/questions/4166408/draw-overlay-line-on-google-static-map-with-markers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!