我正在尝试在我的网站的 Find-us 页面中添加我的营业地点。我尝试使用该Share this Map
选项来获取 HTML 源代码。
我有以下HTML 代码:
<div id="mapviewer">
<iframe id="map" scrolling="no" width="500" height="400" frameborder="0" src="http://www.bing.com/maps/embed/?v=2&cp=51.539516~0.078122&lvl=15&dir=0&sty=r&eo=0&q=IG11%208FG&form=LMLTEW&emid=8cd3a6a7-a0a0-d941-0120-307b10dac26f">
</iframe><div id="LME_maplinks" style="line-height:20px;">
<a id="LME_largerMap" href="http://www.bing.com/maps/?v=2&cp=51.539516~0.078122&lvl=15&dir=0&sty=r&eo=0&q=IG11%208FG&form=LMLTEW" target="_blank" style="margin:0 7px">View Larger Map</a>
<a id="LME_directions" href="http://www.bing.com/maps/?v=2&cp=51.539516~0.078122&lvl=15&dir=0&sty=r&eo=0&q=IG11%208FG&form=LMLTEW&rtp=%7Epos.51.53951644897461_0.0781221166253232_London" target="_blank" style="margin:0 7px">Driving Directions</a>
</div>
</div>
目前,我所能看到的只是一张缩小的地图,显示了有关该位置的模糊细节。我想要一个带有地址/位置的黑色叠加层,可以在 bing 地图或 puspin 或 {anything else} 中看到,可以查明我的业务所在的位置。我尝试将 where1=... 参数添加到源(我在一篇文章中读到),但这没有用。