我在iframe中打开谷歌地图的有点怪怪的要求。 我有使用过,并转换到这一点谷歌地图的地址。 但麻烦的是我的iframe的尺寸为200 * 200这样的标记没有得到居中。 而另一个问题是标志信息窗口也几秒钟,使我的标记出从centere框架boundry.and标记移动后得到poppedup。 我的代码是这样的。
$(document).ready(function(){
$("#map_address").each(function(){
var embed ='<iframe class="map_google" width="200" scrolling="no" height="200" frameborder="0" src="https:/maps.google.com/maps?&q=Ahmedabad&output=embed" marginwidth="0" marginheight="0">';
$(this).html(embed);
});
});
我想关闭标记信息窗口,并进行标记cenetered。 任何帮助将不胜感激。
这是通过使用创建http://jsbin.com/welcome/68407/edit