标记中的iframe不定心谷歌地图(Marker not centering in iframe f

2019-08-31 11:20发布

我在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

Answer 1:

添加iwloc没有值-parameter的iframe的网址: http://jsbin.com/emoyup/1/edit

的URL参数说明: http://www.seomoz.org/ugc/everything-you-never-wanted-to-know-about-google-maps-parameters



文章来源: Marker not centering in iframe for google map