无法使用html标记找到我的位置

时间:2014-03-02 11:41:55

标签: javascript html iframe

我在html中使用iframe标记来查找我的位置,如下所示

<iframe src="https://maps.google.com/maps?q=The+HSR+Club,+Sector+3,+HSR+Layout,+Bangalore,+Karnataka,+India&hl=en&ll=12.909714,77.642698&spn=0.006118,0.010568&sll=12.909183,77.643233&sspn=0.012235,0.021136&oq=hsr+clu&hq=The+HSR+Club,&hnear=Sector+3,+HSR+Layout,+Bangalore,+Bangalore+Urban,+Karnataka,+India&t=m&z=17">
</iframe>

但是我无法回复我的位置,任何人都可以帮助我。

3 个答案:

答案 0 :(得分:1)

您必须使用Google地图创建iframe:
enter image description here

答案 1 :(得分:0)

您似乎正在尝试嵌入地图。

使用以下代码

<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3888.9689995823414!2d77.642698!3d12.909714!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae149a65e7dee1%3A0x810597b1e168269f!2sThe+HSR+Club!5e0!3m2!1sen!2s!4v1393761259831" width="600" height="450" frameborder="0" style="border:0"></iframe>

答案 2 :(得分:0)

如何在网站上加入Google地图

如果您想在您的网站上加入地图,请使用Google地图中生成的Link这将对您有所帮助,

以下是我可以从Google地图获取的工作链接:在Iframe

上打开您的链接后
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=The+HSR+Club,+Sector+3,+HSR+Layout,+Bangalore,+Karnataka,+India&amp;hl=en&amp;sll=12.909183,77.643233&amp;sspn=0.012235,0.021136&amp;oq=hsr+clu&amp;hq=The+HSR+Club,&amp;hnear=Sector+3,+HSR+Layout,+Bangalore,+Bangalore+Urban,+Karnataka,+India&amp;t=m&amp;ie=UTF8&amp;ll=12.909714,77.642698&amp;spn=0.006118,0.010568&amp;output=embed"></iframe>

WORKING DEMO

如何实现:

Google Map DEMO