You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[google_maps_flutter] Implement polyline patterns in google maps ios (flutter#5757)
This PR Implements patterns in google maps ios polylines. Currently the patterns param is simply ignored on ios, despite the official google maps SDK for ios having instructions on how to achieve repeated patterns: https://developers.google.com/maps/documentation/ios-sdk/shapes#add-a-repeating-color-pattern-to-a-polyline
*List which issues are fixed by this PR. You must list at least one issue.*
flutter/flutter#60083
*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
Nil
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_ios/example/ios14/ios/RunnerTests/FLTGoogleMapJSONConversionsConversionTests.m
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_ios/example/shared/maps_example_dart/lib/place_polyline.dart
+2-2
Original file line number
Diff line number
Diff line change
@@ -292,10 +292,10 @@ class PlacePolylineBodyState extends State<PlacePolylineBody> {
292
292
child:constText('change joint type [Android only]'),
0 commit comments