April 30, 2020
How does watchPosition() work in the HTML5 geolocation API?
AK
How does watchPosition() work in the HTML5 geolocation API?
GT
Answer
by Geo Targetly
WatchPostion() works by retrieving updates about the current geographical location of the device. The location is set as geographic coordinates along with data about direction and speed. The update is returned as a Position object.
Tags: