refs #46: explicitly turn off user tracking when animating zoom/center combo
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -949,6 +949,8 @@ | @@ -949,6 +949,8 @@ | ||
949 | { | 949 | { |
950 | [self setZoom:newZoom]; | 950 | [self setZoom:newZoom]; |
951 | [self setCenterCoordinate:newCenter animated:NO]; | 951 | [self setCenterCoordinate:newCenter animated:NO]; |
952 | + | ||
953 | + self.userTrackingMode = RMUserTrackingModeNone; | ||
952 | } | 954 | } |
953 | completion:nil]; | 955 | completion:nil]; |
954 | } | 956 | } |
-
Please register or login to post a comment