Outdooractive / route-me

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

updating delegate move/zoom methods for user action #97

Closed incanus closed 12 years ago

incanus commented 12 years ago

Now that we have user location services possibly moving the map on the user's behalf, one feature request that came up was a BOOL indicating whether the user was moving the map or the map was moving itself. See mapbox/mapbox-ios-sdk#61, which was implemented with https://github.com/mapbox/mapbox-ios-sdk/commit/6fd2b1f7f7ff052a1a8b909d7fab9692c60cfcec Is this something you'd be interested in a pull request for?

incanus commented 12 years ago

This still works after the changes in mapbox/mapbox-ios-sdk#90, but I did remove the BOOL from the mapViewRegionDidChange: callback as it proved difficult there, plus the user could always use the other methods if they need that level of detail.