react-native-vision-camera-locationInterfaces
LocationManagerOptions
interface LocationManagerOptionsProperties
accuracy
accuracy: LocationAccuracyConfigures the accuracy of location updates.
Default
'balanced'distanceFilter
distanceFilter: numberConfigures the distance the last location has to change in order to fire a new location update event, in meters.
Default
10updateInterval
Android
updateInterval: numberSpecify the interval in which location updates should be requested from the system, in milliseconds.
Default
10000