-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: added support for Advanced Markers #1243
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n.b. mixing Marker
s with AdvancedMarker
s should work, but is not recommended so we only demonstrate using one marker type at a time in the demo app.
No change needed, just noting this for future questions.
library/build.gradle
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n.b. This converts the renderer to the new upgraded renderer by default per https://developers.google.com/maps/documentation/android-sdk/release-notes#October_18_2023
No change needed, just putting this here for release notes.
…googlemaps/android-maps-utils into feat/added_support_for_advanced_markers
# [3.7.0](v3.6.1...v3.7.0) (2023-10-27) ### Features * add support for Advanced Markers ([#1243](#1243)) ([c4cd47c](c4cd47c)), closes [/developers.google.com/maps/documentation/android-sdk/release-notes#October_18_2023](https://github.com//developers.google.com/maps/documentation/android-sdk/release-notes/issues/October_18_2023)
🎉 This PR is included in version 3.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This PR updates our play-services-maps dependency to 18.2.0, introduces support for Advanced Markers and adds a sample.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
BREAKING CHANGE
footer so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/Fixes #1242 🦕