Skip to content

Commit

Permalink
fix(addons/MarkerClusterer): add missed cluster class binding (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffAtDeere authored and tomchentw committed Nov 24, 2017
1 parent d83f632 commit f008c2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/addons/MarkerClusterer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ const updaterMap = {
instance.setCalculator(calculator)
},

clusterClass(instance, clusterClass) {
instance.setClusterClass(clusterClass)
},

enableRetinaIcons(instance, enableRetinaIcons) {
instance.setEnableRetinaIcons(enableRetinaIcons)
},
Expand Down

0 comments on commit f008c2c

Please sign in to comment.