-
Notifications
You must be signed in to change notification settings - Fork 614
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
Google maps clustering don't work in 4.3.1 version #1309
Comments
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue. Please see the Contributing Guide for how to create a Code Reproduction. Thanks! |
Minimal Github project |
In your sample app, the markers are not getting clustered, but that's an issue too. |
fixed by #1398 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out. |
Bug Report
Plugin(s)
@capacitor/google-maps
Capacitor Version
Platform(s)
Android
Current Behavior
When enableClustering() is called, the markers are clustered, but when zoom in, is not possible to see individual markers again (always clustered).
Alto, neither works the custom marker icon (iconUrl)
Expected Behavior
When zoom in, the individual markers are displayed.
Code Reproduction
This is a minimal Github project.
https://github.com/xdelvalle/test-maps.git
await this.addCustomMarkers();
await this.map.enableClustering();
Other Technical Details
"@capacitor/android": "^4.5.0",
"@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.5.0",
"@capacitor/geolocation": "^4.1.0",
"@capacitor/google-maps": "4.3.1",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "^4.5.0",
"@capacitor/keyboard": "^4.1.0",
"@capacitor/status-bar": "^4.1.0",
Additional Context
The text was updated successfully, but these errors were encountered: