Outdooractive / route-me

Open source map library for iOS
Other
122 stars 400 forks source link

afterMapZoom: is called repeatedly #101

Closed incanus closed 12 years ago

incanus commented 12 years ago

Related to mapbox/mapbox-ios-sdk#90, why isn't the call to the delegate's afterMapZoom: placed in scrollViewDidEndZooming:withView:atScale: instead of in scrollViewDidZoom:, where it gets called repeatedly? If the dev wants to follow in realtime, they could just use mapViewRegionDidChange:.

incanus commented 12 years ago

I rebuilt this over in mapbox/mapbox-ios-sdk#90 with great results, so I'll be submitting a pull for it after our next release cycle.