Skip to content

Instantly share code, notes, and snippets.

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 anjalbinayak/0ec69ba8301eebf9c5e1be370aff5f2c to your computer and use it in GitHub Desktop.
Save anjalbinayak/0ec69ba8301eebf9c5e1be370aff5f2c to your computer and use it in GitHub Desktop.
This gist is used in medium article
map.addListener('click', function(e) {
let lat = e.latLng.lat();
let lng = e.latLng.lng();
});
//use the lat and lng as your needs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment