Home » HTML » HTML APIs » Question
  1. Which parameter gives an accuracy of longitude and latitude?
    1. AltitudeAccuracy
    2. Extra accuracy
    3. Accuracy
    4. enableHighAccuracy
    5. None of these
Correct Option: C

Accuracy of latitude and longitude coordinates is given by ‘accuracy’. It is in meters. Cords.altitudeAccuracy gives altitude accuracy of the position of the object. enableHighAccuracy is a Boolean variable which gives the most accurate position.



Your comments will be displayed only after manual approval.