0

I want to try to get lat and long of my PC but like other PCs it do not containing any GPS device. So is it possible to get the location through Google Maps. Though I don't know much more about the geo coding Google need an URL to find the latitude and longitude of device, could anyone tell me how do i get this thing in console based application, is it possible?

Thanks in advance....

Vighanesh Gursale
  • 921
  • 5
  • 15
  • 31

2 Answers2

0

Google provides GOOGLE MAPS API.Through this you could get the Lat and Long of ur PC

https://developers.google.com/maps/documentation/

The above link has the documentation for GOOGLE MAPS API

Sooraj Chandu
  • 1,348
  • 16
  • 35
0

Try installing android plugin to the IDE you use. Or download the eclipse bundle that comes with android plugin. You can find a tutorial on this youtube link: https://www.youtube.com/watch?v=7-n6p6RxSS8 for getting geolocation information.

arun
  • 137
  • 3
  • 10