如何在自定义地图中添加搜索栏?

时间:2015-01-02 07:27:27

标签: html dictionary

我制作了自己的自定义谷歌地图。我是html代码的新手。这是我的地图的HTML代码。

<!DOCTYPE html>
<html>
<iframe
  width="950"
  height="600"
  frameborder="0" style="border:0"
  src="https://www.google.com/maps/embed/v1/search?key=AIzaSyC1mB-lVTZ8gkRUL4rWwDkJg2k0H9A7pXk
    &q=coffee">
</iframe>
</html>

我想添加一个像Google Maps JavaScript API v3: Places search box

这样的搜索栏

我如何将两者合并在一起。

1 个答案:

答案 0 :(得分:0)

使用iframe时,无法将搜索栏直接添加到地图中。

如果您想使用Google地图,建议您多了解一下它。 这是Google Map Developer文档的链接: https://developers.google.com/maps/documentation/?hl=en

至少你可以在这里找到解决方案: https://developers.google.com/maps/documentation/javascript/examples/places-searchbox?hl=en