Skip to content

Commit

Permalink
fix(MarkerClusterer): typo method name of getAverageCenter
Browse files Browse the repository at this point in the history
* Original commit: eec7945
* Closes #203
* Closes #204
  • Loading branch information
Johan Bové authored and tomchentw committed Feb 20, 2016
1 parent 2f16ad2 commit 4f2ad76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/MarkerClusterer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class MarkerClusterer extends Component {

// Public APIs
// http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/docs/reference.html#events
getAvaerageCenter() { return this.state.markerClusterer.getAvaerageCenter(); }
getAverageCenter() { return this.state.markerClusterer.getAverageCenter(); }

getBatchSizeIE() { return this.state.markerClusterer.getBatchSizeIE(); }

Expand Down

0 comments on commit 4f2ad76

Please sign in to comment.