缩放的Google地图网址结构

时间:2016-01-30 23:07:14

标签: google-maps url google-maps-api-3 hyperlink

尝试更改下面返回的地图的缩放级别。我在excel中使用它作为链接。环顾四周,认为这应该有效,因为我将z = 1改为z = 2等等。

http://maps.google.com/maps?z=1&t=h&q=2517 MCDEARMON ST,SACHSE,TX,75408

1 个答案:

答案 0 :(得分:1)

那是" old"谷歌地图,从来没有记录,不再有效。如果您需要嵌入式Google地图的网址,请使用Embed API,其中包含已记录的zoom参数。

example 2 embedded maps, just changing the zoom parameter in the URL

<iframe width="600" height="450" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?q=2517+MCDEARMON+ST,SACHSE,TX,75408&zoom=10&key=API_key" allowfullscreen></iframe>

<iframe width="600" height="450" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?q=2517+MCDEARMON+ST,SACHSE,TX,75408&zoom=1&key=API_key" allowfullscreen></iframe><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">