Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
demonstration page if at all possible, or attach code.
1. Add a UIPinchGestureRecognizer
2. set GMSUISettings scrollGestures property during pinch
- (void)zoomGestureHandler:(UIPinchGestureRecognizer *)recognizer
{
if([recognizer state] == UIGestureRecognizerStateBegan)
{
_mapView.settings.scrollGestures = NO;
}
else if([recognizer state] == UIGestureRecognizerStateEnded)
{
_mapView.settings.scrollGestures = YES;
}
}
3. perform quick pinch gestures and the camera will jump away after zooming
Operating system version: iOS 8.1.3
Google Maps SDK for iOS version: 1.9.2
Hardware model: iPhone 6
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************