Friday 15 March 2013

android - Google Maps - Clustering by type markers -


Questions about Google Map API Android v2 I use clustering libraries There are different types of map markers. The problem is that different types of markers have been clustered together. Is it possible to cluster markers in different clusters? Sorry for my english ...

This is not possible according to version 1.3.1 of the library .

It is already in the TODO list, so you can expect to be notified of progress.

Edit:

This simple call is available as version 1.5:

  theMarker.setClusterGroup (777);   

The default group is 0 and only the marker s gets clustered together with the same group, so if you click on some Value value for every marker type, you are good.

No comments:

Post a Comment