Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active May 18, 2017 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/dddca06b3c268368da67fa67f741a214 to your computer and use it in GitHub Desktop.
Save matthieu-D/dddca06b3c268368da67fa67f741a214 to your computer and use it in GitHub Desktop.
updateMarkersDistance: function updateMarkersDistanceFn () {
for (var i = 0, len = this.markerList.length; i < len; i++) {
this.markerList[i].updateDistance();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment