Pregunta

I am trying to add my business location in the Find-us page in my website. I have tried using the Share this Map option to obtain the HTML source code.

I have the following HTML Code:

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

Presently, all I can see is a narrowed down map showing vague details about the location. I would like to have a black overlay with the address / location which can be seen in bing maps or a puspin or {anything else} that can pinpoint where my business is located. I tried adding a where1=... parameter to the source (I read in an article), but that didn't work.

¿Fue útil?

Solución

You can add a pushpin when you generate the code in Bing. On the "Customise and Preview" dialog, you are able to right-click and add a pushpin. Why not do this where you need it to be placed?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top