Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.6k stars 290 forks source link

Unit of speed #358

Open guneyural opened 2 years ago

guneyural commented 2 years ago

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 ?

Lavhe commented 2 years ago

HI @urlGuney

Yes the unit of speed is m/s