react-native-geolocation-service
react-native-geolocation-service copied to clipboard
Unit of speed
Geolocation.watchPosition((position) => { const speed = position.coords.speed; })
What I wonder is, what is the unit of speed in this code ? Is it meters/seconds
?
HI @urlGuney
Yes the unit of speed is m/s