-
Notifications
You must be signed in to change notification settings - Fork 12
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
@googlemaps/markerclusterer use Lit-HTML #24
Comments
If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.@busynest Thank you for opening this issue. 🙏
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. |
create webcomponents using Lit-HTML for https://www.npmjs.com/package/@googlemaps/markerclusterer
The text was updated successfully, but these errors were encountered: