We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f360aa0 commit 08c1d89Copy full SHA for 08c1d89
example/lib/pages/google_maps/google_maps.dart
@@ -25,8 +25,9 @@ class _GoogleMapsDemoPageState extends AbstractDemoPageState<Marker> {
25
// bytes,
26
// bitmapScaling: MapBitmapScaling.none,
27
// );
28
- // However at the current time, bitmapScaling is not working on iOS, so we
29
- // are using the deprecated method instead which works for both Android and iOS.
+ // However at the current time, bitmapScaling is not working on iOS:
+ // https://github.com/flutter/flutter/issues/165212
30
+ // Using the deprecated method instead which works for both Android and iOS.
31
// ignore: deprecated_member_use
32
return BitmapDescriptor.fromBytes(bytes);
33
}
0 commit comments