Home » HTML » HTML APIs » Question
  1. Which of the following property does not has always a return?
    1. coords.longitude
    2. coords.altitude
    3. coords.accuracy
    4. coords.latitude
    5. None of these
Correct Option: B

coords.latitude is the latitude in decimal number, coords.longitude is the value of longitude in decimal number, coords.altitude returns the value above mean sea level in meters if and only is return is available there.



Your comments will be displayed only after manual approval.