Emad khan

Emad khan

  • 1.6k
  • 57
  • 42.4k

Getting pin point address from google map

Mar 26 2017 4:28 AM
How to get user pin-point address by just clicking one button in html page without showing google map to user just like google map did as you can see it in picture.
I just want that when person clicks the button its pinpoint address should get automatically fetched from unseen google map and gets shown in textbox.
lets say the html structure is as follows:
 
<html>
<body>
<input type="button" value="Click me to get pin point address from google map" />
<input type="textbox" id="addressBox" />
</body>
</html>
Image Screenshot path: 
http://i1286.photobucket.com/albums/a615/Emadkhanqai/map_zpsky0mscc7.png 
 

Answers (2)