Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一些简单的设置来检查用户是否为您的站点禁用了 GPS,或者您是否必须使用geolocation.getCurrentPosition和使用错误回调?
geolocation.getCurrentPosition
除了特征检测——if ("geolocation" in navigator) {用户是否允许你使用位置服务只能通过首先表达你对服务的兴趣来确定,或者通过使用getCurrentPosition()或watchPosition()传递你的错误处理程序。
if ("geolocation" in navigator) {
getCurrentPosition()
watchPosition()