Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.geolocation
/
GeolocationPositionError
Geolocation
Position
Error
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