Fix binding with the new MarkerClusterer from @googlemaps/markerclusterer
This commit is contained in:
@@ -37,11 +37,7 @@ export default buildComponent({
|
||||
}
|
||||
return MarkerClusterer;
|
||||
},
|
||||
ctrArgs: ({map, ...otherOptions}) => [{
|
||||
map,
|
||||
algorithm: otherOptions.algorithm,
|
||||
renderer: otherOptions.renderer,
|
||||
}],
|
||||
ctrArgs: ({map, ...otherOptions}) => [{map, ...otherOptions}],
|
||||
afterCreate(inst) {
|
||||
const reinsertMarkers = () => {
|
||||
const oldMarkers = inst.getMarkers();
|
||||
|
||||
Reference in New Issue
Block a user