Closed addy closed 2 years ago
Google's js-markerclusterer lib allows for completely optional arguments during construction. This will default to the SuperClusterAlgorithm.
https://github.com/googlemaps/js-markerclusterer/blob/69d026ebfca8e3732e3088e234a450409fd63a11/src/markerclusterer.ts#L77
this will break the code, due to impossibility to spread undefined options down the code flow.
Please explain PR reason
Google's js-markerclusterer lib allows for completely optional arguments during construction. This will default to the SuperClusterAlgorithm.
https://github.com/googlemaps/js-markerclusterer/blob/69d026ebfca8e3732e3088e234a450409fd63a11/src/markerclusterer.ts#L77