0

I am a newbie to Android programming. I have started with integrating Google Maps into my application. I have also used clustering of the map markers. I have used maps-utils library for the clustering. I am using the grid based algorithm for the clustering. My problem is as follows.

I am plotting markers for hospitals and restaurants currently. I want to group markers of hospitals into a cluster and restaurants into another clusters and make sure that both the clusters don't form into one cluster. Is there any way to do this.

Kindly help me step by step. I am following the demo available with the maps-utils library.

  • If `demo available with the maps-utils library` then Why you ask question here? – M D Apr 08 '15 at 11:53
  • Please take look [http://stackoverflow.com/help/how-to-ask](http://stackoverflow.com/help/how-to-ask) – M D Apr 08 '15 at 11:54

1 Answers1

0

You can try out LeafLet marker cluster library, it clusters the the markers having distinctive properties.

AniV
  • 3,997
  • 1
  • 12
  • 17