GeolocationPositionError

The GeolocationPositionError interface represents the reason of an error occurring when using the geolocating device.

MDN Reference

Types

Link copied to clipboard
sealed interface Code
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code read-only property of the GeolocationPositionError interface is an unsigned short representing the error code.

Link copied to clipboard

The message read-only property of the GeolocationPositionError interface returns a human-readable string describing the details of the error.

Link copied to clipboard