检索“链接” Android 中谷歌地图网站的位置

发布于 2024-10-18 23:39:35 字数 224 浏览 1 评论 0原文

我有兴趣从maps.google.com https://i.sstatic.net/ 检索此类链接2rInK.jpg 目前,我有一个计算纬度和纬度的应用程序。长,并通过连接到网络将其反向地理编码为真实地址。我想要这个位置的相应链接(如上图)。 谁能告诉我该怎么做?我还没有看到类似的请求。

谢谢

I am interested in retrieving this type of link from maps.google.com https://i.sstatic.net/2rInK.jpg
At the moment, I have an app that calculates lat & long, and reverse geocodes it into a real address by connecting to the net. I want the corresponding link (as in picture above) of this location.
Can anyone advise how I could go about this? I have not seen a similar request.

Thanks

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

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

发布评论

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

评论(1

梦与时光遇 2024-10-25 23:39:35

如果你有经纬度,那么对 URL 进行逆向工程就非常容易了

http://maps.google.com/地图?f=q&geocode=&q=26.234235235,133.12312412

最后两个双精度值是经纬度足迹

If you have the lat,lon its really pretty easy to reverse engineer the URL

http://maps.google.com/maps?f=q&geocode=&q=26.234235235,133.12312412

The last two double values are the lat,lon footprint

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