ashare80 / TSClusterMapView

MKMapView with animated clustering for iOS and OSX
MIT License
149 stars 21 forks source link

Fix an incorrect return type. #47

Closed bjhomer closed 5 years ago

bjhomer commented 6 years ago

The code is actually returning an array of sets, and the code that uses this code is expecting an array of sets, so we should just declare that it's actually an array of sets.