Home » HTML » HTML APIs » Question
  1. Which of the following specifies the expiry time for cached location information?
    1. timeout
    2. enableHighAccuracy
    3. position_unavailable
    4. maximumAge
    5. None of these
Correct Option: D

maximumAge specifies the expiry time in milliseconds for cached location information, timeout property is the number of milliseconds the web application is willing to wait for a position.



Your comments will be displayed only after manual approval.