Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #2
th...@google.com <th...@google.com> #3
Can you please supply a short reproduction case? I can't quite see how to reproduce the issue you are seeing, and I have to be able to reproduce it to get engineering to fix it. Thanks!
Description
The MapKit API doesn't fire its mapView:regionDidChangeAnimated: until the user stops touching.
Either update mapView:idleAtCameraPosition: to only fire when touch events have ended for the manipulation or add a new delegate method to tell us that the user has really finished their interactions.