This version of the documentation is outdated!
Click here for the latest released version.
geolocationError
The user's callback function that is called when there is an error for geolocation functions.
function(error) {
// Handle the error
}
Parameters
- error: The error returned by the device. (
[PositionError](../PositionError/positionError.html)
)