1

I have done a cluster for markers in google maps. And works fine, but, now I want to put the number of markers that have been clusterized in the marker that has all of them. But I don't know how to do it. It's possible? I though in have diferrent icons with the numbers.. but I thing is not good idea, for the many icons that can be needed...

I did some images to show what I want (the result is made by hand) enter image description here

Shudy
  • 7,806
  • 19
  • 63
  • 98
  • 2
    http://stackoverflow.com/a/14812104/1168654 – Dhaval Parmar May 08 '13 at 13:15
  • Ok, I did what you give to me and works fine ;). I used a picture I found, now, I have to adapt to use the default marker . Thanks for all!!! – Shudy May 08 '13 at 13:32
  • Just one more little question... Where can i found the default marker to use int the "R.drawable.XX" `canvas1.drawBitmap(BitmapFactory.decodeResource(getResources(), R.drawable.user_picture_image), 0,0, color);` Or the solution is to download the png from google? – Shudy May 08 '13 at 13:49
  • 1
    The marker icon resource is not available. You will have to create your own. – MaciejGórski May 08 '13 at 14:06
  • Thanks @MaciejGórski . Now time to do "pins" ;) – Shudy May 08 '13 at 14:10
  • You may also try [Android Maps Extensions](http://code.google.com/p/android-maps-extensions/), which has clustering built-in. – MaciejGórski May 08 '13 at 14:18

0 Answers0