Google地图:嵌入搜索点“取消选中”

时间:2013-01-06 00:04:11

标签: html google-maps google-maps-embed

是否可以在没有选择兴趣点的情况下嵌入Google地图?我在他们的API文档中找不到任何答案。

<iframe style="width: 100%; min-height: 99%;" width="300" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?geocode=&amp;q=1005+Broadway+St.&amp;sll=40.0060577,-105.272949201246&amp;t=m&amp;gl=us&amp;ie=UTF8&amp;ll=40.0060577,-105.2729492&amp;spn=0.011505,0.018239&amp;z=15&amp;output=embed"></iframe>

以下是我的意思:http://jsfiddle.net/9XG5b/

我希望默认情况下不会显示白色信息框。

1 个答案:

答案 0 :(得分:1)

将空参数iwloc添加到网址:http://jsfiddle.net/doktormolle/X6FMC/