Retrieving of coordinates from google maps and search

Posted by cheesebunz on Stack Overflow See other posts from Stack Overflow or by cheesebunz
Published on 2010-05-19T01:45:43Z Indexed on 2010/05/19 1:50 UTC
Read the original article Hit count: 417

I know there is a way to retrieve the coordinates by clicking on the map, using specifically document.getElementById("lonTb").value=point.x; document.getElementById("latTb").value=point.y;

Firstly, i have a html file namely MapToolKit.html, a mapGPS.js and a mapSearch.js.

how do i input the coordinates returns into the js? I just need to be able to click the map for coordinates, not neccessary the search returns. Here's the file which i uploaded. http://www.mediafire.com/?0minqxgwzmx

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html