I know that there is a way to get the coordinates by clicking on the map using specially. Document.getElementById ("lonTb") value = point.x; . Document.getElementById ("latTb") value = point.y;
Firstly, I have an html file, namely MapToolKit.html, mapGPS.js and mapSearch.js.
how can i enter the coordinates in js? I just need to be able to click on the map for coordinates, it is not necessary that the search return. Here is the file that I downloaded. http://www.mediafire.com/?0minqxgwzmx
source
share