Chrome 如何知道我的地理位置?

How does Chrome know my geolocation?(Chrome 如何知道我的地理位置?)
本文介绍了Chrome 如何知道我的地理位置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

Chrome 在检测我的位置方面似乎非常准确.它是如何做到的?你能指出我的源代码吗?

Chrome seems to be very accurate in detecting my location. How does it do it? Can you point me to the source code?

推荐答案

地理位置可以根据:

  1. GPS(如果有)
  2. 可用的 Wi-Fi 网络和信号强度
  3. 可用的基站和信号强度
  4. IP 地址查询

请参阅 W3C Geolocaton API 和 Google Gears API(Chrome 的/W3C 地理定位 API 基于此).

See the W3C Geolocaton API and Google Gears API (which Chrome's/W3C Geolocation API is based on).

Chromium的地理位置源码可以查看在线.

这篇关于Chrome 如何知道我的地理位置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

quot;Origin null is not allowed by Access-Control-Allow-Originquot; in Chrome. Why?(“Access-Control-Allow-Origin 不允许 Origin null在铬.为什么?)
document.write() overwriting the document?(document.write() 覆盖文档?)
Why Chrome cancel CORS OPTION request(为什么 Chrome 会取消 CORS OPTION 请求)
IE10 and Cross-origin resource sharing (CORS) issues with Image / Canvas(IE10 和 Image/Canvas 的跨域资源共享 (CORS) 问题)
Importing script with type=module from local folder causes a CORS issue(从本地文件夹导入 type=module 的脚本会导致 CORS 问题)
HTML crossorigin attribute for img tag(img 标签的 HTML 跨域属性)