1.

Which parameter gives an accuracy of longitude and latitude?(a) Accuracy(b) AltitudeAccuracy(c) enableHighAccuracy(d) Extra accuracyThe question was posed to me in a job interview.The origin of the question is Geolocation API topic in section HTML Fonts, Tags and Elements of HTML

Answer»

The CORRECT option is (a) ACCURACY

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions