安全上下文
此特征只可用于
安全上下文
(HTTPS),在某些或所有
支持浏览器
.
GeolocationPositionError.code
read-only property is an
unsigned short
representing the error code.
let typeErr = geolocationPositionErrorInstance.code
An
unsigned short
representing the error code. The following values are possible:
| 值 | Associated constant | 描述 |
|---|---|---|
1
|
PERMISSION_DENIED
|
The acquisition of the geolocation information failed because the page didn't have the permission to do it. |
2
|
POSITION_UNAVAILABLE
|
The acquisition of the geolocation failed because one or several internal sources of position returned an internal error. |
3
|
TIMEOUT
|
The time allowed to acquire the geolocation, defined by
PositionOptions.timeout
information that was reached before the information was obtained.
|
| 规范 | 状态 | 注释 |
|---|---|---|
|
地理位置 API
The definition of 'PositionError.code' in that specification. |
推荐 | 初始定义 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
code
|
Chrome 5 | Edge 12 | Firefox 3.5 | IE 9 | Opera 16 | Safari 5 | WebView Android Yes | Chrome Android 18 | Firefox Android 4 | Opera Android 16 | Safari iOS Yes | Samsung Internet Android 1.0 |
完整支持
GeolocationPositionError
code
message