Outdooractive/route-me

updating delegate move/zoom methods for user action

Closed this issue · 1 comments

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/DEPRECATED-mapbox-ios-sdk#61, which was implemented with mapbox/DEPRECATED-mapbox-ios-sdk@6fd2b1f Is this something you'd be interested in a pull request for?

This still works after the changes in mapbox/DEPRECATED-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.