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 291 forks source link

maxAge nanosecond conversion fix, fixes #266 #323

Closed leo-maidea closed 2 years ago

leo-maidea commented 2 years ago

maxAge was in seconds instead of miliseconds

Conversion of nanoseconds to miliseconds fixed. it was being converted to seconds instead of milis but only for some API versions