我用谷歌地图,有办法改变“地图”的视图吗?到“地球”或“卫星”,在 http 链接中?
如何更改以下超链接路径,以默认在 Google 地图中显示地球或卫星视图?
http://maps.google.com/maps?f=q&hl=en&geocode=&q=36.070690,-95.807090%28LineStat%29
我意识到我可以选择网站拉起后的其他选项,但对于我开发的软件,如果我们的客户可以在不同的方式中看到它,它将为我们的客户节省额外的步骤查看。
谢谢你!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
以下是参数:
因此,要在链接上绘制地形:
http://maps.google.com/maps?f=q&hl=en&geocode=&q=36.070690,-95.807090%28LineStat%29&t=p
注意
&t=p
在最后。对于 Google 地球,请使用
&t=e
。这是一个有用的网站:http://mapki.com/wiki/Google_Map_Parameters
Here are the parameters:
So to do terrain on your link:
http://maps.google.com/maps?f=q&hl=en&geocode=&q=36.070690,-95.807090%28LineStat%29&t=p
Notice the
&t=p
at the end.Use
&t=e
for Google earth.Here is a useful site: http://mapki.com/wiki/Google_Map_Parameters
<一href="http://maps.google.com/maps?q=36.070690,-95.807090(LineStat)&hl=en&ll=36.105504,-95.807 09&spn=0.027981,0.038581&t=f&z=15&ecpose=36.10099451,-95.80709012,2251.46,0,12.781,0" rel="nofollow">http://maps.google.com/maps?q=36.070690,-95.807090(LineStat)&hl=en&ll=36.105504,-95。 80709&spn=0.027981,0.038581&t=f&z=15&ecpose=36.10099451,-95.80709012,2251.46,0,12.781,0
任何时候,当您改变地图状态时,您都可以点击右上角的“链接”按钮来获取当前地图状态对应的链接
希望这会有所帮助
http://maps.google.com/maps?q=36.070690,-95.807090(LineStat)&hl=en&ll=36.105504,-95.80709&spn=0.027981,0.038581&t=f&z=15&ecpose=36.10099451,-95.80709012,2251.46,0,12.781,0
At any time, when you change the state of the map you can click on the "chain" button on the upper right to get the link corresponding to the current map state
Hope this helps
克!!!!
默认卫星视图链接,t=k!!!!到底是什么让你着迷,互联网? t=k!!!
k!!!!
to default a link to satellite view, t=k!!!! what in the devil has gotten into you, internet? t=k!!!!
对于方向/地点,您可以使用以下技巧:
参数 /data=!3m1!1e3 将地图切换到地形。
For Directions/Places you can use the following hack:
The parameter /data=!3m1!1e3 switches the map to terrain.