3

我正在尝试在我的网站的 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&amp;cp=51.539516~0.078122&amp;lvl=15&amp;dir=0&amp;sty=r&amp;eo=0&amp;q=IG11%208FG&amp;form=LMLTEW&amp;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&amp;cp=51.539516~0.078122&amp;lvl=15&amp;dir=0&amp;sty=r&amp;eo=0&amp;q=IG11%208FG&amp;form=LMLTEW" target="_blank" style="margin:0 7px">View Larger Map</a>
<a id="LME_directions" href="http://www.bing.com/maps/?v=2&amp;cp=51.539516~0.078122&amp;lvl=15&amp;dir=0&amp;sty=r&amp;eo=0&amp;q=IG11%208FG&amp;form=LMLTEW&amp;rtp=%7Epos.51.53951644897461_0.0781221166253232_London" target="_blank" style="margin:0 7px">Driving Directions</a>
</div>
</div>

目前,我所能看到的只是一张缩小的地图,显示了有关该位置的模糊细节。我想要一个带有地址/位置的黑色叠加层,可以在 bing 地图或 puspin 或 {anything else} 中看到,可以查明我的业务所在的位置。我尝试将 where1=... 参数添加到源(我在一篇文章中读到),但这没有用。

4

1 回答 1

1

您可以在 Bing 中生成代码时添加图钉。在“自定义和预览”对话框中,您可以右键单击并添加图钉。为什么不在您需要放置它的地方执行此操作?

于 2013-07-08T14:47:07.270 回答