1

I'm using GoogleMaps in iOS to show the merchants location and i successfully placing all markers based on merchants location.

Now my requirement is, i want to show markers count while tapping to zoom out or zoom in as shown below.

picture1 picture2

Please guide me... My code was in Objective-C

Lokesh Chowdary
  • 816
  • 5
  • 22

1 Answers1

2

Looks like you want to cluster the markers. Please check out this link: https://developers.google.com/maps/documentation/ios-sdk/utility/marker-clustering

Xchord
  • 678
  • 1
  • 5
  • 20