通过 DirectionService 绘制的路线的自定义信息窗口
使用 Google Maps API v3,是否可以自定义附加到通过 DirectionService 绘制的每个路线标记的 infoWindows 的布局和内容?
Using the Google Maps API v3, is it possible to customize the layout and content of the infoWindows that are attached to each route marker that's plotted through the DirectionService?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢 Google Maps API Groups 中的 geocodezip 提供了有关如何实现此目的的示例:
http://www.geocodezip .com/v3_directions_custom_revgeo.html
没有现成的方法可以做到这一点,您必须自己放置自定义标记/infoWindows,并附加拖动他们每一位的听众。
Thanks to geocodezip at the Google Maps API Groups for this example on how to achieve this:
http://www.geocodezip.com/v3_directions_custom_revgeo.html
There is no out of the box way to do it, you have to essentially place custom markers/infoWindows yourself, and attach dragging listeners to each one of them.