我正试图在我的网站的"查找我们"页面中添加我的业务位置。我已经尝试使用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或{任何其他}中看到的地址/位置,可以精确定位我的业务所在地。我尝试添加where1=。。。参数(我在一篇文章中读到),但这不起作用。
在Bing中生成代码时,可以添加图钉。在"自定义和预览"对话框中,您可以右键单击并添加图钉。为什么不把它放在你需要的地方呢?