Map with listings aggregator possible?

Working on marketplace app where listing are displayed on map. If there are let's say 100 listings within certain radius, I want to aggregate these pins in a circle with number 100.

When user clicks on this number MAP should zoom-in and display circle with say, 50, 30 ,10, pins... depending on zoom level.

It is possible with google maps API. Can this be achieved with Apple MAPS ?

Yes it is! Please see our sample code project for how to handle clustering in a native app. If you're building for the web, then see the documentation articles for annotation clustering with MapKit JS.

Map with listings aggregator possible?
 
 
Q