이 아닌 문서의 최신 버전입니다!
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)
)