0

I need to merge groups of MKAnnotationView (MQAnnotationView) like it is in Places of Photos app. How to do it? Is there any free solutions?

Timur Bernikovich
  • 5,660
  • 4
  • 45
  • 58
  • Do you mean put multiple piece of data at the same point and have just one annotation for them? That's called clustering, and has been asked a few times on hear. Try searching for that term. – Craig Jun 03 '13 at 23:02
  • Yes, clustering. The problem is there is no free solutions as I know. – Timur Bernikovich Jun 08 '13 at 14:41

1 Answers1

1

There are approaches for this on MapKit, or you could use the MapBox iOS SDK, which does this natively. More at http://www.mapbox.com/mapbox-ios-sdk/examples/marker-clustering/

incanus
  • 5,100
  • 1
  • 13
  • 20