PositionError - Web API 接口参考 编辑
PositionError
接口表示当定位设备位置时发生错误的原因。
属性
PositionError
接口没有继承任何属性。
PositionError.code
只读- 返回无符号的、简短的错误码。下列值是可能的:
值 相关联的常量 描述 1
PERMISSION_DENIED
地理位置信息的获取失败,因为该页面没有获取地理位置信息的权限。 2
POSITION_UNAVAILABLE
地理位置获取失败,因为至少有一个内部位置源返回一个内部错误。
3
TIMEOUT
获取地理位置超时,通过定义
PositionOptions.timeout
来设置获取地理位置的超时时长。 PositionError.message
只读- 返回一个开发者可以理解的
DOMString
来描述错误的详细信息。
方法
PositionError
接口没有实现也没有继承任何方法。
标准
Specification | Status | Comment |
---|---|---|
Geolocation API PositionError | Recommendation | Initial specification. |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 5 | 3.5 (1.9.1) | 9 | 10.60 Removed in 15.0 Reintroduced in 16.0 | 5 |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | ? | 4.0 (4) | ? | 10.60 | ? |
请参见
- Using geolocation
- The
Geolocation
interface that use it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论