Commit f2e2987
authored
[google_maps_flutter] Support for Ground Overlay (flutter#8432)
Adds Ground Overlay support for google_maps_flutter plugin.
Fixes flutter#26479
[Android](https://developers.google.com/maps/documentation/android-sdk/groundoverlay):
<img src="https://github.com/user-attachments/assets/1b1b4b9b-0260-49c4-87ed-4de29f4741db" width=40%>
[iOS](https://developers.google.com/maps/documentation/ios-sdk/overlays):
<img src="https://github.com/user-attachments/assets/fd24e73d-70a0-4972-b7c2-595acc79c2e9" width=40%>
[Web](https://developers.google.com/maps/documentation/javascript/groundoverlays):
<img src="https://github.com/user-attachments/assets/06015fa8-6cc4-46ad-81f1-95966015d338" width=60%>
Documentation for groundOverlays parameter on app-facing plugin:
<img width="736" alt="documentation" src="https://github.com/user-attachments/assets/81bef3cb-2167-44fc-9c44-b45399ed4d30" />1 parent 297d5a1 commit f2e2987
File tree
11 files changed
+1441
-237
lines changed- packages/google_maps_flutter/google_maps_flutter
- example
- integration_test/src
- lib
- lib
- src
- test
11 files changed
+1441
-237
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments