Skip to content

Commit 08c1d89

Browse files
committed
Added link to bitmapScaling google_maps_flutter bug report in example code
1 parent f360aa0 commit 08c1d89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/lib/pages/google_maps/google_maps.dart

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ class _GoogleMapsDemoPageState extends AbstractDemoPageState<Marker> {
2525
// bytes,
2626
// bitmapScaling: MapBitmapScaling.none,
2727
// );
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.
28+
// However at the current time, bitmapScaling is not working on iOS:
29+
// https://github.com/flutter/flutter/issues/165212
30+
// Using the deprecated method instead which works for both Android and iOS.
3031
// ignore: deprecated_member_use
3132
return BitmapDescriptor.fromBytes(bytes);
3233
}

0 commit comments

Comments
 (0)