I am wondering how the HTML5 Geolocation API works. What I need to know is, the obtained latitude and longitude belongs to whom? Is it the location of the ISP, as I think there is no GPS device attached to my PC or the laptop? Also if it is obtained from the SSID of the WiFi device? Does the WiFi device know it's coordinates?
相关问题
- Location not updating on server when app enters st
- Mapbox 'setMyLocationEnabled' doesn't
- react native ios: geoloc has poor accuracy by defa
- Google Maps API v3 Geolocation not working in Goog
- Geolocations with javascript
相关文章
- HTML5 control
- Implementing Triangulation in android [closed]
- Google maps Android API getting wifi location
- Is it possible to retrive an existing iPhone image
- Getting user location on Facebook page tab
- Find all nearby customers within a given distance
- Efficient way to calculate geographic density in P
- Javascript Function - Convert Geolocation Code to
From the W3C Geolocation API Specification (emphasis mine):
Your browser will use the hardware provided to it by "the device hosting the implementation," but neither consistency nor accuracy are guaranteed.