looking for world map that give me coordinates for x,y - gps [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question 开发者_开发知识库is there any world map (on web) that can give me x,y coordinates
for any place in the world ?
(i build Windows-mobile GPS program and i need to check it)
thank's in advance
http://maps.google.com/
Center the map, then click link
in the top right. The lat/lng is in the url as the ll parameter
Google maps would let you lookup or check coordinates from your program. Here is a good article that can detail how to obtain the coordinates inside Google Maps:
http://www.online-tech-tips.com/computer-tips/find-longitude-latitude/
A few different methods are described in there.
精彩评论