-
Notifications
You must be signed in to change notification settings - Fork 414
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
chore: update main-swift
branch from main
branch
#522
Merged
Merged
Conversation
This file contains 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
Previously, when subclassing GMSMarker with a custom iconView, the iconView would not display on the map. This update enables custom iconViews to render correctly when using GMSMarker subclasses.
* chore(main): release 6.1.0 * chore(release-please--branches--main): Patch to release branch 6.1.0 (#509) --------- Co-authored-by: Subhodip Banerjee <[email protected]>
iHackSubhodip
commented
Jan 21, 2025
wangela
approved these changes
Feb 12, 2025
iHackSubhodip
added a commit
that referenced
this pull request
Mar 4, 2025
* feat(map): allow custom iconView on GMSMarker subclasses (#506) Previously, when subclassing GMSMarker with a custom iconView, the iconView would not display on the map. This update enables custom iconViews to render correctly when using GMSMarker subclasses. * chore(main): release 6.1.0 (#507) * chore(main): release 6.1.0 * chore(release-please--branches--main): Patch to release branch 6.1.0 (#509) --------- * chore: fixed broken URLs (#515) * chore: update release-please-config.json (#517) Formatting based on https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#configfile * chore: update Simulator and iPhone version in `build.yml` file. * chore: update simulator and iphone version * chore: update xcode version. * chore: Revert OS version. * chore: Update iOS & iPhone Version, revert Xcode version. * chore: Remove use of third party setup-xcode --------- Co-authored-by: Talip BÖKE <[email protected]> Co-authored-by: googlemaps-bot <[email protected]> Co-authored-by: Enrique López Mañas <[email protected]> Co-authored-by: Angela Yu <[email protected]>
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.
What's changing?
main-swift
branch frommain
branch