Skip to content

[google_maps_flutter_platform_interface] Add Advanced markers support #9737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

aednlaxer
Copy link
Contributor

This PR adds Advanced markers support to the platform interface of google_maps_flutter.
Approved combined PR: #7882
Issue: #155526

Pre-Review Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2 3

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces support for Advanced Markers in the google_maps_flutter platform interface. The changes include adding a new AdvancedMarker class, PinConfig for custom marker appearances, and related enums and helper classes. The MapConfiguration is updated to handle marker types and to deprecate cloudMapId in favor of mapId. The changes are well-tested.

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with CHANGELOG fix

@bparrishMines for secondary review

@stuartmorgan-g stuartmorgan-g added the federated: partial_changes PR that contains changes for only a single package of a federated plugin change label Aug 4, 2025
Copy link
Contributor

@bparrishMines bparrishMines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bparrishMines bparrishMines added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 7, 2025
@auto-submit auto-submit bot merged commit 09297ec into flutter:main Aug 7, 2025
80 checks passed
@aednlaxer aednlaxer deleted the feature/google_maps_flutter_platform_interface branch August 8, 2025 11:54
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2025
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Aug 8, 2025
flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
SydneyBao pushed a commit to SydneyBao/flutter that referenced this pull request Aug 11, 2025
…r#173470)

flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App federated: partial_changes PR that contains changes for only a single package of a federated plugin change p: google_maps_flutter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants