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

docs: updated docs for Clustering algorithms

Open kikoso opened this issue 5 months ago • 0 comments

The following PR improves documentation for the algorithms used in Clustering.


  • [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] Edit the title of this pull request with a semantic commit prefix (e.g. "fix: "), which is necessary for automated release workflows to decide whether to generate a new release and what type it should be.
  • [ ] 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/
  • [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)

Fixes #1288 🦕

kikoso avatar Jan 19 '24 16:01 kikoso