Chrome seems to be very accurate in detecting my location. How does it do it? Can you point me to the source code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Geolocation can be calculated based on:
See the W3C Geolocaton API and Google Gears API (which Chrome’s/W3C Geolocation API is based on).
Chromium’s geolocation source code can be viewed online.