android-maps-utils icon indicating copy to clipboard operation
android-maps-utils copied to clipboard

docs: Add long click listener to cluster demo

Open barbeau opened this issue 5 years ago • 1 comments

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 CHANGE footer so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/

barbeau avatar Jun 22 '20 13:06 barbeau

Codecov Report

Merging #754 (e4d4592) into main (7a9c747) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update 7a9c747...e4d4592. Read the comment docs.

codecov[bot] avatar Jun 22 '20 13:06 codecov[bot]

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

googlemaps-bot avatar Jan 13 '23 19:01 googlemaps-bot