2008
08.22
08.22
Google maps do not display latitude and longitude on the maps directly when you are viewing a map on google maps. Many times for some other reason you may want to know the latitude - longitude of the location. for example do you know the latitude and longitude of your house on the plan called earth. If not go to google maps and find it out. Once you go there you may have to follow the steps below to find the numbers.
- Enter the location/address you want to look for and search
- You will get the map with an approximate location identifier which you may move aorund on the map and place it to the excact location.
- Center the map to that location on the maps. once you have that done, write the following code in the “Browser address” bar and hit “Enter” or press “GO”. you will see a message box with latitude and longitude values of the centered location on the map currently.
javascript:void(prompt(”,gApplication.getMap().getCenter()));
No Comment.
Add Your Comment