0

在网上四处寻找我的问题的解决方案似乎是很多人对解决方案的需求正好相反,他们想要抵消标记。

我需要的是能够显示一个标记,并带有一个显示该位置各种事物的信息窗口。想想一栋有很多商店的建筑。

我在页面上的 html 中找到了一个可以正确执行此操作的模板,这不是我想要从中调用信息的地方,因为我将使用数据库。我已经搜索过了,找不到比聚类更好的东西。

这是代码:

`>

var locations = [
['<div class="infobox agents_widget"><div class="agent clearfix"><div class="image"><img class="img-thumbnail img-responsive" src="demos/00_building.jpg" alt=""></div><div class="agent_desc"><h3 class="title"><a href="single-building.html">One Building, Many Shops</a></h3><span><a href="shop1.html">Shop #1</a><br><a href="shop2.html">Shop #2</a><br><a href="shop3.html">Shop #3</a><br><a href="shop4.html">Shop #4</a><br></span></p></div></div></div>', 51.0880406, -114.19819280000001, 10],
]`

它产生了这个:

http://s42.photobucket.com/user/Spanishearl/media/infowindow-multi-shop.jpg.html

我需要做同样的事情,但让它从数据库中调用。

4

0 回答 0