Skip to content

Commit 1650870

Browse files
committed
Ignore zoom property because the zoom level is changed by fitBounds method.
1 parent fa8cbe0 commit 1650870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ios/GoogleMaps/GoogleMapsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ - (void)viewDidLoad
108108

109109
camera = [GMSCameraPosition cameraWithLatitude:center.latitude
110110
longitude:center.longitude
111-
zoom:[[cameraOpts valueForKey:@"zoom"] floatValue]
111+
zoom:0
112112
bearing:[[cameraOpts objectForKey:@"bearing"] doubleValue]
113113
viewingAngle:[[cameraOpts objectForKey:@"tilt"] doubleValue]];
114114

0 commit comments

Comments
 (0)