toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.geolocation
/
GeolocationPositionError
Geolocation
Position
Error
sealed
external
class
GeolocationPositionError
(
source
)
MDN Reference
Members
Types
Code
Link copied to clipboard
sealed
interface
Code
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
GeolocationPositionError.Code
MDN Reference
message
Link copied to clipboard
val
message
:
String
MDN Reference
PERMISSION_DENIED
Link copied to clipboard
val
PERMISSION_DENIED
:
GeolocationPositionError.Code
POSITION_UNAVAILABLE
Link copied to clipboard
val
POSITION_UNAVAILABLE
:
GeolocationPositionError.Code
TIMEOUT
Link copied to clipboard
val
TIMEOUT
:
GeolocationPositionError.Code