Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created January 14, 2016 10:38
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/1ca9162d3235ae3b975c to your computer and use it in GitHub Desktop.
Save here-devblog-gists/1ca9162d3235ae3b975c to your computer and use it in GitHub Desktop.
map.addEventListener('tap', function (evt) {
alert('Clicked at ' + evt.currentPointer.viewportX + ',' +
evt.currentPointer.viewportY);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment