kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-cordova
/
io.kvision.cordova
/
GeolocationException
Geolocation
Exception
class
GeolocationException
(
val
code
:
PositionError
,
message
:
String
)
:
Exception
(
source
)
Exception class for geolocation errors.
Members
Constructors
Geolocation
Exception
Link copied to clipboard
constructor
(
code
:
PositionError
,
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
PositionError
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String