android-maps-utils
android-maps-utils copied to clipboard
docs: Add long click listener to cluster demo
Follow up to implementing the feature in https://github.com/googlemaps/android-maps-utils/pull/752.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Will this cause breaking changes to existing Java or Kotlin integrations? If so, ensure the commit has a
BREAKING CHANGEfooter so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/
Codecov Report
Merging #754 (e4d4592) into main (7a9c747) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## main #754 +/- ##
=======================================
Coverage 39.20% 39.20%
=======================================
Files 71 71
Lines 4076 4076
Branches 609 609
=======================================
Hits 1598 1598
Misses 2375 2375
Partials 103 103
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 7a9c747...e4d4592. Read the comment docs.
:tada: This PR is included in version 3.1.0 :tada:
The release is available on:
-
v3.1.0 - GitHub release
Your semantic-release bot :package::rocket: