标签: react-native geolocation
特别是在行驶时,更新速度太快。我尝试将其设置为仅每5秒或每10米更新一次,以较慢的更新为准
我目前所拥有的:
Geolocation.watchposition( {distanceFilter:10, interval:60000, fastestInterval:5000, enableHighAccuracy:true,} )