Google Maps seems to be able to do this quite well, presumably leveraging my ISP. How is this done? Is it possible to tap Google Maps or some other database to derive where the user is? (Within maybe 1 km?)

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

This is done through using a GEOIP database.

A company named Maxmind is in this business. There are paid databases and free databases (the latter less accurate, of course).

However, I believe free databases could not be used for your "1km accuracy".

link|improve this answer
and @tofutim The GEOIP database (at least the free version) doesn't have the resolution you are looking for. It will snap, I believe, to the nearest provider address for your ISP. In my case that's over 60km away. The only way to get true GPS data is to use a sensor via a device. – SRM Jun 6 '11 at 15:39
The paid GEOIP database seems quite accurate. – tofutim Jun 6 '11 at 23:39
That's great news, hope it helps you. – Adrian Jun 7 '11 at 13:53
feedback

There are several webservices that offer IP to Geolocation resolution, even some which are free. This article: 3 Free Ways to Geolocate By IP should get you started.

link|improve this answer
feedback

You'll need to first get the User's IP address and then use some API to perform a lookup. Check out:

C# - Get User Location by IP Address

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.