谷歌地图嵌入了最小尺寸要求?

时间:2012-12-26 22:39:26

标签: google-maps google-maps-embed

我目前将iframe大小设置为190px x 190px。是否有谷歌不会显示地图的最小尺寸?每页最多的地图是否谷歌不会显示地图?

示例here。代码在那里,它只是不显示。

1 个答案:

答案 0 :(得分:2)

你检查了javascript控制台吗?我看到他们解释问题的错误:

  

未捕获TypeError:对象[object Object]没有方法'getElements'/index.php?option=com_mls&view=list(1):1

     

未捕获TypeError:对象[object Object]没有方法'getProperty'/index.php?option=com_mls&view=list(1):1

     

16拒绝显示文档,因为X-Frame-Options禁止显示。

您似乎试图将Google地图放在iframe中,而不是使用他们提供的嵌入代码。

  

粘贴HTML以嵌入网站

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=719+NORTH+CHARLES++BELLEVILLE&amp;ie=UTF8&amp;hq=&amp;hnear=719+N+Charles+St,+Belleville,+St+Clair,+Illinois+62220&amp;t=h&amp;z=14&amp;ll=38.521293,-89.978031&amp;output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?q=719+NORTH+CHARLES++BELLEVILLE&amp;ie=UTF8&amp;hq=&amp;hnear=719+N+Charles+St,+Belleville,+St+Clair,+Illinois+62220&amp;t=h&amp;z=14&amp;ll=38.521293,-89.978031&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>