English 中文(简体)
gmap3 / googlemap。 是否有办法查明标识是否属于集群或集群?
原标题:gmap3 / google map. Is there a way to detect if a marker is within a cluster or clustered?

我正在使用“格图3”gin基(图形图3)把标识放在“角”地图上,并需要获得一个在集群内标示的标识清单。

我正在努力思考我能告诉你我的问题。

我认为,唯一可能的解决办法是穿透所有标识,比较其相对/长期立场,但这似乎效率高。

最佳回答

页: 1

它的职能只有标记而不是集群。

$( #map ).gmap( findMarker ,   ,   , false, function(marker, found) {
            //do stuff with marker here
        });

通过拆除和重置标记,然后重划第一类解决办法。

问题回答

暂无回答




相关问题
How to decide the current point reach on google map?

How to decide the current point reach on google map? I have a list of points (pickup points) of a route that I want to show in my google map with polyline. Now i have to get the current location of ...

Topographical or relief data in Map APIs

I was wondering if anyone knew of any map APIs that offer topographical or relief data? I ve had a quick look at Google and Bing APIs, but could find nothing there. Google allow you to view a map as ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Adding a custom icon to a google map

I need a hand adding a custom icon to some Google Maps javascript. Code below for your reference: function populateMap() { var map = new GMap2(document.getElementById("map")); map.setCenter(new ...

RSS to KML Overlay

I m want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签