Home » HTML » HTML APIs » Question
  1. Which of the following cancels an ongoing watchPosition call?
    1. getCurrentPosition
    2. clearWatch
    3. getPositionUsingMethodName
    4. watchPosition
    5. None of these
Correct Option: B

clearWatch cancels an ongoing watchPosition call, watchPosition method retrieves periodic updates about a current geographic location of the device, getCurrentPosition retrieves current geographic location.



Your comments will be displayed only after manual approval.