File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/google_maps_flutter/google_maps_flutter_ios/ios/Classes Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99NS_ASSUME_NONNULL_BEGIN
1010
1111// / Creates a UIImage from Pigeon bitmap.
12- UIImage * _Nullable FGMIconFromBitmap (FGMPlatformBitmap *platformBitmap,
13- NSObject <FlutterPluginRegistrar> *registrar, CGFloat screenScale);
12+ UIImage *_Nullable FGMIconFromBitmap (FGMPlatformBitmap *platformBitmap,
13+ NSObject <FlutterPluginRegistrar> *registrar,
14+ CGFloat screenScale);
1415// / Returns a BOOL indicating whether image is considered scalable with the given scale factor from
1516// / size.
1617BOOL FGMIsScalableWithScaleFactorFromSize (CGSize originalSize, CGSize targetSize);
Original file line number Diff line number Diff line change @@ -665,7 +665,8 @@ - (void)animateCameraWithUpdate:(nonnull FGMPlatformCameraUpdate *)cameraUpdate
665665 details: nil ];
666666 return ;
667667 }
668- FGMCATransactionWrapper *transaction = durationMilliseconds != nil ? self.transactionWrapper : nil ;
668+ FGMCATransactionWrapper *transaction =
669+ durationMilliseconds != nil ? self.transactionWrapper : nil ;
669670 [transaction begin ];
670671 [transaction setAnimationDuration: [durationMilliseconds doubleValue ] / 1000 ];
671672 [self .controller.mapView animateWithCameraUpdate: update];
You can’t perform that action at this time.
0 commit comments