Search
Search something to see results
Mobilizing
GitHub
Mobilizing
/
<internal>
/
GeolocationPositionError
GeolocationPositionError
MDN Reference
interface
GeolocationPositionError
{
code
:
number
;
message
:
string
;
PERMISSION_DENIED
:
1
;
POSITION_UNAVAILABLE
:
2
;
TIMEOUT
:
3
;
}
Index
Properties
<internal>.GeolocationPositionError.code
<internal>.GeolocationPositionError.message
<internal>.GeolocationPositionError.PERMISSION_DENIED
<internal>.GeolocationPositionError.POSITION_UNAVAILABLE
<internal>.GeolocationPositionError.TIMEOUT
Properties
Readonly
code
code
:
number
MDN Reference
Readonly
message
message
:
string
MDN Reference
Readonly
PERMISSION_
DENIED
PERMISSION_DENIED
:
1
Readonly
POSITION_
UNAVAILABLE
POSITION_UNAVAILABLE
:
2
Readonly
TIMEOUT
TIMEOUT
:
3
MDN Reference