@googlemaps/markerclusterer use Lit-HTML
create webcomponents using Lit-HTML for https://www.npmjs.com/package/@googlemaps/markerclusterer
If you would like to upvote the priority of this issue, please comment below or react with :+1: so we can see what is popular when we triage.
@busynest Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
- Check the issue tracker - bugs and feature requests for Google Maps Platform APIs and SDKs
- Open a support case - Get 1:1 support in Cloud Console.
- Discord - chat with other developers
-
StackOverflow - use the
google-mapstag
This is an automated message, feel free to ignore.
let's make it priority. Finally maps work as webcomponents, and this tool seems to be needed by a noob like me.
Thanks for the comment! Any additional information you can give us about your use case? E.g. the framework you're using (if any), any pain points of using the existing library, or a specific piece of pseudocode that includes marker clustering?
I use Lit-Element with Redux, and Redux-Thunk. My bundler was Polymer Build Function, but will be webpack or rollup. I have search results that result as a map marker. once the website goes big, it will be super important to group markers for accessability. The functions I have so far are: Get Markers, Create Marker, Delete Marker. will need to solve Group Markers.
I also noticed that infoWindow take a string as a template. That's weak, because it's like a big RegEx.
The feature would be successful if we could scale to 1 billion active markers that can auto uncluster when zoom.