I have a textbox in my page which gets a location name and button with text getLat&Long. Now on clicking my button I have to show an alert of latitude
getLat&Long
latitude
I hope this will be more useful for future scope contain auto complete Google API feature with latitude and longitude
var latitude = place.geometry.location.lat(); var longitude = place.geometry.location.lng();
Complete View
Place Autocomplete With Latitude & Longitude