Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created November 14, 2016 16:17
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/3f658d29a6fff6b254e8b478c829c143 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/3f658d29a6fff6b254e8b478c829c143 to your computer and use it in GitHub Desktop.
HEREMap.prototype.searchForIcecreamShop = function(coordinates) {
var query = {
'q': 'ice cream',
'at': coordinates
};
this.places.searchPlaces(query);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment