Skip to content
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

No implementation for maxZoom #374

Closed
VishnAndr opened this issue Jun 21, 2022 · 2 comments · Fixed by #537
Closed

No implementation for maxZoom #374

VishnAndr opened this issue Jun 21, 2022 · 2 comments · Fixed by #537
Assignees
Labels
released triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@VishnAndr
Copy link

VishnAndr commented Jun 21, 2022

Looks like the markerclusterer misses maxZoom option.
It is there in the comments. But no footprint in the code.

/** @see {@link MarkerClustererOptions.maxZoom} */

@VishnAndr VishnAndr added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jun 21, 2022
@hknaksu
Copy link

hknaksu commented Jul 23, 2022

This is how I have it working:
const algo = new markerClusterer.SuperClusterAlgorithm({maxZoom: 12, minPoints: 10})
this.markerClusterer = new markerClusterer.MarkerClusterer({map: this.gMap, markers: [], algorithm: algo});

@googlemaps-bot
Copy link
Contributor

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants