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

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

// Automatically generated - do not modify!

package web.geolocation

sealed external class Geolocation {
    fun clearWatch(watchId: GeolocationWatchId)
    fun getCurrentPosition(
        successCallback: PositionCallback,
        errorCallback: PositionErrorCallback? = definedExternally,
        options: PositionOptions = definedExternally,
    )

    fun watchPosition(
        successCallback: PositionCallback,
        errorCallback: PositionErrorCallback? = definedExternally,
        options: PositionOptions = definedExternally,
    ): GeolocationWatchId
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy