react-native-geolocation-service icon indicating copy to clipboard operation
react-native-geolocation-service copied to clipboard

Unit of speed

Open guneyural opened this issue 2 years ago • 1 comments

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 ?

guneyural avatar Jun 20 '22 07:06 guneyural

HI @urlGuney

Yes the unit of speed is m/s

Lavhe avatar Jul 08 '22 10:07 Lavhe