作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在我们的应用程序中使用谷歌地图方向 API。 map 的方向与驾驶、步行、公交和骑自行车等旅行模式相得益彰。但是当我们进入来自不同国家的两个城市时,它不显示飞行路线。那么为了显示飞行路线我应该怎么做?请帮忙。
最佳答案
没有航类 TravelMode在 Google Maps Javascript API v3 中。
google.maps.TravelMode 常量
The valid travel modes that can be specified in a DirectionsRequest as well as the travel modes returned in a DirectionsStep.
- BICYCLING Specifies a bicycling directions request.
- DRIVING Specifies a driving directions request.
- TRANSIT Specifies a transit directions request.
- WALKING Specifies a walking directions request.
一种选择是绘制法线或测地线Polyline两个机场之间。
关于google-maps-api-3 - 如何在谷歌地图方向 API 中将出行模式设置为 "Flight"。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35502261/
我是一名优秀的程序员,十分优秀!