Home » HTML » HTML APIs » Question
  1. Which of the following is not the property of the ‘cords’ object?
    1. Altitude
    2. AltitudeAccuracy
    3. enableHighAccuracy
    4. Accuracy
    5. None of these
Correct Option: C

cords object has properties like Latitude, longitude, altitude, accuracy, AltitudeAccuracy, speed, heading. Cords.speed defines speed in meters per second. Cords.heading defines degrees clockwise from North.



Your comments will be displayed only after manual approval.