Authored by Justin R. Miller

refs #46: explicitly turn off user tracking when animating zoom/center combo

... ... @@ -949,6 +949,8 @@
{
[self setZoom:newZoom];
[self setCenterCoordinate:newCenter animated:NO];
self.userTrackingMode = RMUserTrackingModeNone;
}
completion:nil];
}
... ...