The PositionError interface represents the reason of an error when using the geolocating device.
The PositionError interface represents the reason of an error when using the geolocating device.
(code this)Property.
[Read Only]
The PositionError.code read-only property is an unsigned short the error code. The following values are possible:
typeErr = poserr.code
See also: https://developer.mozilla.org/en-US/docs/Web/API/PositionError/code
Property. [Read Only] The PositionError.code read-only property is an unsigned short the error code. The following values are possible: `typeErr = poserr.code` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PositionError/code`
(message this)Property.
[Read Only]
The PositionError.message read-only property returns a human-readable describing the details of the error.
msg = positionError.message
See also: https://developer.mozilla.org/en-US/docs/Web/API/PositionError/message
Property. [Read Only] The PositionError.message read-only property returns a human-readable describing the details of the error. `msg = positionError.message` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PositionError/message`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |