通过 DirectionService 绘制的路线的自定义信息窗口

发布于 2024-12-11 20:09:54 字数 89 浏览 0 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衬遮猫 2024-12-18 20:09:55

感谢 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文