Alex Muramoto

Results 17 comments of Alex Muramoto

If I'm understanding right, you're trying to run `npm start` in the node-wit dir? This is an SDK, so you include it in your project, you don't run it on...

@jpoehnelt has this been tested on mobile?

@leighhalliday What about if we allow a bounding box to be passed into the constructor that defaults to world view?

I believe this is because this newer @googlemaps/markerclusterer implements the clusters using `google.maps.Marker` instead of `OverlayView` which starts to see performance issues at ~400 markers. Are you getting the same...

Any chance you can post a link to a repo or code playground that reproduces this?

There isn't a direct way to do this like before, but you can create your own instance of [Renderer](https://github.com/googlemaps/js-markerclusterer/blob/main/src/renderer.ts) and have the [render](https://github.com/googlemaps/js-markerclusterer/blob/main/src/renderer.ts#L107) function return a `Marker` instance with the...

@mikeartix Please add a code sample

Thanks for this! I think I've identified the issue. We switched to SuperCluster as the default renderer, which converts the markers to GeoJSON for its clustering algorithm then converts that...