Fetch latitude and longitude from google map
I have an embedded Google map in my website which has a ‘Place Autocomplete widget’ which we use to get a place ID, name etc. when searching. I also need to get the latitude and longitude of a marked place. function initMap() { const map = new google.maps.Map(document.getElementById("map"), { center: { lat: 11.0168, lng: 76.9558… Read More Fetch latitude and longitude from google map