我目前在我的HTML页面中嵌入了Google地图窗口(iframe),我想知道每次用户点击地图时是否可以检索坐标。这可能吗?我应该使用JavaScript来执行此操作吗?
我也想知道当我点击指定的地标时,是否可以禁用地图中的弹出窗口。
这是我正在与之合作的开始:
<!DOCTYPE html>
<html>
<body>
<h1>Tour Creator</h1>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/?ie=UTF8&ll=41.807933,-72.249892&spn=0.015754,0.033023&t=h&z=16&output=embed"></iframe><br /><small><a href="https://maps.google.com/?ie=UTF8&ll=41.807933,-72.249892&spn=0.015754,0.033023&t=h&z=16&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</body>
</html>
非常感谢!
答案 0 :(得分:2)
听起来您想使用实际的地图API,而不仅仅是嵌入式地图。
在此处查看API文档 - https://developers.google.com/maps/documentation/javascript/tutorial
答案 1 :(得分:0)
使用api,这是你最好的选择,如果你设法破坏dom或javascript变量(不太可能)的值,你可能无法保证google会保持坐标位置,当然,没有文档,如果你在其他地方获得价值,你的代码将是不可靠的。