我尝试在这种模式下插入 iframe 谷歌地图:
<iframe width=883 height=394 frameborder=0 scrolling=no marginheight=0 marginwidth=0 src=https://maps.google.com/maps?f=q&source=s_q&hl=it&geocode=&q=" + lat + "," + longi + "&aq=&ie=UTF8&t=m&z=" + Settings.Default["zoom"].ToString() + "&output=embed></iframe>";
但这是旧地图而不是新地图..
像这样的新地图: http: //www.netip.de/
如何使用新的地图 iframe?