更改嵌入式Google地图上的缩放功能无效?

时间:2017-05-02 14:43:14

标签: javascript html css google-maps iframe

我访问了Google地图并查找了我的营业地点。我点击了菜单,然后点击“分享或嵌入地图”。以下是我从中收到的代码:

<iframe allowfullscreen="" frameborder="0" height="300" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2838.140854905187!2d-93.25362548400399!3d44.65547377909972!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87f637fd87564a85%3A0x8af98c0084446fb5!2sAnchor+Bank+Lakeville!5e0!3m2!1sen!2sus!4v1493732032364" style="border:0" width="400"></iframe>

这段代码看起来和我在线程中看到的其他问题类似,我不知道为什么会这样,但这可能是我问题的一部分。

我正在尝试将地图设置为略微缩小,因为目前小地图会切断我的标记。我已经尝试将&z=nn添加到src的末尾,但这没有用。

1 个答案:

答案 0 :(得分:0)

你可以像这样使用它:

<iframe src="http://maps.google.com/maps?z=12&t=m&q=loc:"your latitude here ignore the quotes"+"your longtitude here ignore the quotes"&output=embed" width="100%" height="300"></iframe>

您可以通过右键点击谷歌地图并选择“这是什么地方?”来获取坐标。上下文菜单。这将是一种更简单的方法。此外,您可以通过更改URL中的z参数来更改缩放。