diff --git a/Mobile_Application_NEW/HuskyTrack/src/app/home/home.page.ts b/Mobile_Application_NEW/HuskyTrack/src/app/home/home.page.ts index d938a2b..02f3ab9 100644 --- a/Mobile_Application_NEW/HuskyTrack/src/app/home/home.page.ts +++ b/Mobile_Application_NEW/HuskyTrack/src/app/home/home.page.ts @@ -66,8 +66,8 @@ export class HomePage { BackgroundGeolocation.addGeofence({ identifier: "UCONN Campus", radius: 500, - latitude: 41.9956802,//LAT-LONG of UCONN Campus : 41.807757, -72.253990 from http://www.latitude-longitude.net - longitude: -72.2734519, + latitude: 41.807757,//LAT-LONG of UCONN Campus : 41.807757, -72.253990 from http://www.latitude-longitude.net + longitude: -72.253990, notifyOnEntry: true, notifyOnExit: true, }).then((success) => { @@ -80,9 +80,9 @@ export class HomePage { BackgroundGeolocation.ready({ reset: true, - debug: true, + debug: false, logLevel: BackgroundGeolocation.LOG_LEVEL_DEBUG, - distanceFilter: 0.1, + distanceFilter: 1, stopTimeout: 1, url: this.DB_URL, autoSync: true,