Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created November 14, 2016 16:08
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 here-devblog-gists/78359e29f9434c0364fc89616b67f920 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/78359e29f9434c0364fc89616b67f920 to your computer and use it in GitHub Desktop.
HEREPlaces.prototype.searchPlaces = function(query) {
this.getPlaces(query, function(places) {
this.updatePlaces(places);
}.bind(this));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment