有没有办法使用Google Maps API在Google地图的顶部添加HTML内容?我想在其中添加包含其他HTML内容的div
。
P.S。不想操纵Google信息窗口。
答案 0 :(得分:1)
你可以使用这个漂亮的库。
http://blog.mridey.com/2011/05/label-overlay-example-for-google-maps.html
通过一些调整,它可用于添加您想要的内容。
这是您将其添加为覆盖而非InfoWindow的方式。
答案 1 :(得分:1)
我认为最简单快捷的方法是使用属于的InfoBox库 谷歌-MAPS-效用库-V3
您可以在以下网址找到文档:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/docs/
以及下面的例子:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/examples/
InfoBox扩展了Google Maps JavaScript API V3 OverlayView类,允许您根据需要调整图层,而无需担心InfoWindows的限制。
答案 2 :(得分:0)
是的,有可能使用infowindows。
示例:https://developers.google.com/maps/documentation/javascript/overlays?hl=es#InfoWindows