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?)
|
feedback
|
|
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". | |||||||
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. | |||
|
feedback
|
|
You'll need to first get the User's IP address and then use some API to perform a lookup. Check out: | |||
|
feedback
|