rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
319 stars 102 forks source link

MarkerClustering Options - MaxZoom is not used in library #252

Closed joe-shapiro-biz closed 1 year ago

joe-shapiro-biz commented 1 year ago

No Matter what I supply as a value for MaxZoom, the cluster seems to explode at the same zoom level. BlazorApp1.zip

valentasm1 commented 1 year ago

Will take a look till sunday

valentasm1 commented 1 year ago

It is not used in library. I market is obsolete. Will remove in future releases. https://www.nuget.org/packages/BlazorGoogleMaps/3.0.1

We use this library. https://www.npmjs.com/package/@googlemaps/markerclusterer

Here is example how to use custom renderer https://github.com/rungwiroon/BlazorGoogleMaps/blob/master/ServerSideDemo/Pages/MapMarker.razor.cs#L139 https://github.com/rungwiroon/BlazorGoogleMaps/blob/master/ServerSideDemo/wwwroot/js/serverSideScripts.js