We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8cbe0 commit 1650870Copy full SHA for 1650870
1 file changed
src/ios/GoogleMaps/GoogleMapsViewController.m
@@ -108,7 +108,7 @@ - (void)viewDidLoad
108
109
camera = [GMSCameraPosition cameraWithLatitude:center.latitude
110
longitude:center.longitude
111
- zoom:[[cameraOpts valueForKey:@"zoom"] floatValue]
+ zoom:0
112
bearing:[[cameraOpts objectForKey:@"bearing"] doubleValue]
113
viewingAngle:[[cameraOpts objectForKey:@"tilt"] doubleValue]];
114
0 commit comments