如何通过谷歌地图获得点击?

时间:2012-02-12 11:16:45

标签: javascript google-maps

我一直在开发一些应用程序,我需要将Google Map放在我的网站上。我使用这段代码制作了它:

<?php
echo "<iframe width='425' height='350' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.ru/maps?hl=ru&amp;ie=UTF8&amp;ll=55.354135,40.297852&amp;spn=27.388971,86.572266&amp;t=h&amp;z=4&amp;output=embed'></iframe><br /><small><a href='http://maps.google.ru/maps?hl=ru&amp;ie=UTF8&amp;ll=55.354135,40.297852&amp;spn=27.388971,86.572266&amp;t=h&amp;z=4&amp;source=embed' style='color:#0000FF;text-align:left'>Show map increased</a></small>";
echo "<form method='POST'><input type='text' /><input type='submit' /></form>";
?>

你可以看到我也使用“形式”。这很重要,因为如果用户点击地图,那么表格上的标签应该显示点击的坐标。但我不懂Java Script。请告诉我,我该怎么做?谢谢。

1 个答案:

答案 0 :(得分:1)

你需要学习Javascript。使用Google Maps APIThis example非常接近你想要的。