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.
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. 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.
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. 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`
(set-code! this val)
Property.
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. 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`
(set-message! this val)
Property.
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. 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 is a website building & hosting documentation for Clojure/Script libraries
× close