Draw circle on google maps by passing parameters to the url

ぃ、小莉子 提交于 2019-12-12 16:15:47

问题


I would like to draw a circle as an overlay on the given google maps url. This is without using the google maps API. Hence, i would like to know if this can be achieved bu just passing certain parameters to the maps url.

The url i'm using is

https://maps.google.com/maps?saddr=M5J&sensor=false&output=embed

Thanks in advance.


回答1:


No, unfortunately this cannot be done using URL parameters, you have to use the Google Maps API. Here is a list of available URL parameters.



来源:https://stackoverflow.com/questions/13373955/draw-circle-on-google-maps-by-passing-parameters-to-the-url

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