连接 Google Maps API V3 中每个点的可编辑折线
我正在尝试使用 Google Maps API V3 绘制连接我单击的所有点的可编辑折线。
例如,单击地图上的 4 个不同点后,应该有 6 条线连接所有 4 个点,同时使这些线可编辑。
我找到了这个例子( http://www.ekelschot.eu/demo/maps/enableEditing .html ),它确实创建了可编辑行,但如果有 4 个点,则只会有 3 行。
我可以得到一些关于如何执行此操作的帮助吗?我对 javascript 很陌生,请原谅我对此事的无知。
谢谢。
上述示例的代码:http://snipplr.com /view/38270/google-maps-api-v3--enableediting-polylines/
I am trying to draw editable polyline that connects all points I click on using Google Maps API V3.
For example, after clicking on 4 different points on the map there should be 6 lines connecting all 4 points, while making these lines editable.
I have found this example ( http://www.ekelschot.eu/demo/maps/enableEditing.html ) which does create editable lines but there would only be 3 lines in case of 4 points.
Could I get some help as to how to do this please? I am very new to javascript, please excuse my ignorance on this matter.
Thank you.
Code of the example above: http://snipplr.com/view/38270/google-maps-api-v3--enableediting-polylines/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用过最近推出的绘图工具释放?
Have you looked at using the Drawing tools that were recently released?