获取谷歌地图v3中折线的长度
有谁知道如何在谷歌地图v3中获得折线的长度?目前我正在使用半正矢公式,但如果折线满足起点,那么它会计算最短长度。有谁知道如何计算折线长度?
多谢。 标记
Does anyone know how you can get the length of a polyline in google maps v3? At the moment I am using Haversine fomula but if the polyline meets the start then it calculates the shortest length. Does anyone know how I can calculate the polyline lenght?
Thanks a lot.
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用以下函数扩展 Google Maps API:
然后您可以调用:
source: http://groups.google.com/forum/#!topic/google-maps-js-api-v3/Op87g7lBotc
Extend Google Maps API with these functions:
and then you can call:
source: http://groups.google.com/forum/#!topic/google-maps-js-api-v3/Op87g7lBotc
使用 Google Geometry:
那么就这么简单:
Use Google Geometry:
Then its as easy as this: