Home » HTML » HTML APIs » Question
  1. Success callback function evoke only when ___________.
    1. only by mobile browser
    2. gps is accessible
    3. user accepts to share location information
    4. always evoke
    5. None of these
Correct Option: C

There is a privacy for sharing of user’s location and the callback function is evoke only when a user accepts to share his location. Its input parameter is a position of the object. If this function fails then error callback function will be evoked.



Your comments will be displayed only after manual approval.