a) user denies to share the information of a location b) location information is unavailable c) request timed ...
View QuestionWhich property is like the GPS in car?
a) watchPosition() b) clearWatch() c) getCurrentPosition() d) showPosition() Answer: a Explanation: Current position of the user is ...
View QuestionWhich of the following property does not has always a return?
a) coords.longitude b) coords.latitude c) coords.accuracy d) coords.altitude Answer: d Explanation: coords.latitude is the latitude in decimal ...
View QuestionWhich parameter gives an accuracy of longitude and latitude?
a) Accuracy b) AltitudeAccuracy c) enableHighAccuracy d) Extra accuracy Answer: a Explanation: Accuracy of latitude and longitude ...
View QuestionWhich of the following is not the property of the ‘cords’ object?
a) Accuracy b) Altitude c) AltitudeAccuracy d) enableHighAccuracy Answer: d Explanation: cords object has properties like Latitude, ...
View QuestionWhat timestamp property denotes?
a) time at which WIFI is used b) the time at which data of the location is retrieved
View QuestionSuccess callback function evoke only when ___________
a) user accepts to share location information b) always evoke c) gps is accessible d) only by mobile ...
View QuestionWhich of the following technique is not for the mobile browser to identify the location of a user?
a) GPS b) IP based position c) WIFI based position d) A-GPS Answer: b Explanation: Geolocation API ...
View QuestionWhat does getCurrentPosition() returns?
a) latitude b) longitude c) direction d) coordinates Answer: d Explanation: Coordinates of object is return by ...
View QuestionWhat does showPosition() returns?
a) only latitude b) only longitude c) both latitude and longitude d) direction Answer: c ...
View Question