Google Maps API:方向不介意街道是否是单向

发布于 2024-10-06 22:54:08 字数 336 浏览 6 评论 0原文

我想画出从A点到B点到C点到D点到......的方向 我只想查看带有方向的地图(旁边没有文字方向)

问题是,如果我使用G_TRAVEL_MODE_DRIVING,它会向我显示方向,注意街道是否是单向的。

如果我使用G_TRAVEL_MODE_WALKING,它会按照我想要的方式显示方向,但此模式需要构造函数中的derectionsPanel(这是一个以文本格式显示方向的div元素),

new GDirections(map, directionsPanel);

所以我被困在这里。建议?

I want to draw direction from point A to B to C to D to .....
and I want to see only the map with directions (without text directions next to it)

Problem is if I use G_TRAVEL_MODE_DRIVING it displays me directions minding if the street is one way or not.

If I use G_TRAVEL_MODE_WALKING it shows me the directions the way I want but this mode requires derectionsPanel in constructor (this is a div element to show directions in textual format)

new GDirections(map, directionsPanel);

So I'm stuck in here. Suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

东京女 2024-10-13 22:54:08

你能让 DirectionPanel div 不可见吗?

Can you make the directionsPanel div invisible?

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