All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.web.geolocation.GeolocationPositionError.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.geolocation

sealed external class GeolocationPositionError {
    val code: Short
    val message: String
    val PERMISSION_DENIED: Short
    val POSITION_UNAVAILABLE: Short
    val TIMEOUT: Short

    companion object {
        val PERMISSION_DENIED: Short
        val POSITION_UNAVAILABLE: Short
        val TIMEOUT: Short
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy