Created
September 26, 2020 15:47
-
-
Save anjalbinayak/0ec69ba8301eebf9c5e1be370aff5f2c to your computer and use it in GitHub Desktop.
This gist is used in medium article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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