如何在 Google 地图 v3 中的折线上放置信息窗口?
我想知道如何在使用Google Maps Api V3
时在polyline
上显示infowindow
?并出现在折线的中间?!
I want to know how to show infowindow
on polyline
in using Google Maps Api V3
? and to appear in the middle of the polyline ?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先,您需要计算折线的中点/中心。这已经在这里讨论和回答了;
https://stackoverflow.com/a/9090409/787921
然后你必须打开信息窗口;
Firstly you will need to calculate the middle/center of the polyline. This has been discussed and answered here;
https://stackoverflow.com/a/9090409/787921
Then you will have to open the infowindow;
找到中间点并设置您的自定义视图。
find the middle point and set your custom view .
首先你应该得到polyline的center/middle,这对我有用
然后你可以用你的平台以正常方式添加infoWindow每个平台都有所不同
First you should got center/middle of polyline and this what works for me
then You can add infoWindow with normal way with your platform at it is differ from each platform