Darmaraj Shanmuganathan

Results 1 issues of Darmaraj Shanmuganathan

``` BackgroundGeolocation.configure({ desiredAccuracy: BackgroundGeolocation.HIGH_ACCURACY, distanceFilter: 50, stationaryRadius:50, startOnBoot: false, debug:false, stopOnTerminate: false, locationProvider: BackgroundGeolocation.DISTANCE_FILTER_PROVIDER, interval: 10000, fastestInterval: 5000, activitiesInterval: 10000, stopOnStillActivity: false, postTemplate: null }); ``` ## Your Environment *...