Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 1.5 KB

File metadata and controls

58 lines (48 loc) · 1.5 KB
title short-title slug page-type browser-compat
GeolocationPositionError: code property
code
Web/API/GeolocationPositionError/code
web-api-instance-property
api.GeolocationPositionError.code

{{securecontext_header}}{{APIRef("Geolocation API")}}

The code read-only property of the {{domxref("GeolocationPositionError")}} interface is an unsigned short representing the error code.

The following values are possible:

Value Associated constant Description
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 Geolocation information was not obtained in the allowed time.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also