Login
Remember
Register
Ask a Question
Which method retrieves automatic updates about the current location of the device?
0
votes
asked
May 20, 2020
in
ReactJS
by
GeorgeBell
Q. Which method retrieves automatic updates about the current location of the device?
1. Geolocation.watchPosition()
2. Geolocation.autoUpdates()
3. Geolocation.clearWatch()
4. Geolocation.showPosition()
#reactjs
#react-native
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 20, 2020
by
GeorgeBell
Correct ans is
Geolocation.watchPosition()
...