feat: added support for Advanced Markers#1243
Merged
Conversation
wangela
requested changes
Oct 26, 2023
Member
There was a problem hiding this comment.
n.b. mixing Markers with AdvancedMarkers 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.
Member
There was a problem hiding this comment.
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
wangela
approved these changes
Oct 27, 2023
googlemaps-bot
pushed a commit
that referenced
this pull request
Oct 27, 2023
# [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)
Contributor
|
🎉 This PR is included in version 3.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 CHANGEfooter so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/Fixes #1242 🦕