Android 中的谷歌地图 kml 文件

发布于 2024-12-10 17:22:11 字数 473 浏览 0 评论 0原文

在我的 Android 应用程序中,当我尝试使用下面的 URL 获取 KML 文件时,它给出了错误的 KML 文件,该文件的坐标错误。起始坐标也错误。请有人帮我解决这个问题。

这是我的网址,

http://maps.google.com/maps?f=d&hl=en&saddr=6.842001,79.911102&daddr=7.145981,80.285752&ie=UTF8&0&om=0& output=kml

kml 文件坐标以以下开头“79.910970,6.842550”

In my android app when I try to get KML file using below URL it gives me wrong KML file which is having wrong coordinates. Starting coordinate also wrong. Please someone help me with this.

here is my url,

http://maps.google.com/maps?f=d&hl=en&saddr=6.842001,79.911102&daddr=7.145981,80.285752&ie=UTF8&0&om=0&output=kml

the kml file coordinates starts with "79.910970,6.842550"

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

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

发布评论

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

评论(1

烟柳画桥 2024-12-17 17:22:11

6.842001,79.911102 移动到 6.842550, 79.910970 需要 0 秒

因此,Google 可能会根据其地图匹配算法将起点移动到道路中心

It takes 0 seconds to move from 6.842001,79.911102 to 6.842550, 79.910970

So what Google probably did is moved the starting point to the center of the road, as per its map matching algorithm

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