react-native-maps-navigation icon indicating copy to clipboard operation
react-native-maps-navigation copied to clipboard

Fixed navigation not following users location when not using simulator.

Open ShaunUNI opened this issue 5 years ago • 0 comments

Altered the geoloaction.watchPosition improving its accuracy/ how often it polls the users location. I did not change it for the simulator as that worked extremely well. I added parameters for the "geolocation.watchPosition" function so that it polls users location every 10ms. I though it required this level of accuracy as it involves driving.

Fixes issue #16.

ShaunUNI avatar Jul 26 '20 04:07 ShaunUNI