Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created November 14, 2016 16:07
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/48400f1e3d85efc4bca2bbfa6f940ea9 to your computer and use it in GitHub Desktop.
Save here-devblog-gists/48400f1e3d85efc4bca2bbfa6f940ea9 to your computer and use it in GitHub Desktop.
function HEREPlaces (map, platform, onClickPlace) {
this.map = map;
this.onClickPlace = onClickPlace;
this.placeSearch = new H.places.Search(platform.getPlacesService());
this.searchResults = [];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment