根据坐标创建 Google 个地图链接

Create Google Maps links based on coordinates

如何根据坐标创建 Google 地图链接。他们新的基本分享网址包含很多参数,例如 -

https://www.google.com/maps/place/Vetlanda,+Sweden/@57.4217311,15.0849255,13z/data=!3m1!4b1!4m2!3m1!1s0x465758d912d321b5:0x55675191e550be84?hl=en

有什么想法吗?不想嵌入,只是想创建可以共享的外部链接。

为什么不http://www.google.com/maps/place/lat,lng 我认为这是最简单的方法

http://www.google.com/maps/place/49.46800006494457,17.11514008755796

根据another answer,您可以使用以下url

http://maps.google.com/maps?q=24.197611,120.780512

显示图钉。

目前接受的答案最终会在浏览器中添加一个额外的历史条目,因为 Google 地图重定向到不同的 URL 格式。

为了避免浏览器历史记录中的额外条目,use the official Maps API url:

https://www.google.com/maps/search/?api=1&query=latitude,longitude

这也会在纬度、经度位置显示一个标记。

如果你只想center the map (and not display a marker), use the map action:

https://www.google.com/maps/@?api=1&map_action=map&center=latitude,longitude

最简单最好的方法是使用如下:-

https://maps.google.com/?q=LATITUDE-VALUE,LONGITUDE-VALUE

希望对您有所帮助。谢谢!

  • 2022 年工作
  • 没有边栏
  • Url不变
  • 包括缩放

语法:

https://www.google.com/maps/@{lat},{long},{zoom}z

示例:

https://www.google.com/maps/@51.123,10.123,15z