Google Maps API:方向不介意街道是否是单向
我想画出从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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能让 DirectionPanel div 不可见吗?
Can you make the directionsPanel div invisible?