Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Geo-Fence now set to UCONN campus. GPS plugin is release mode.
  • Loading branch information
JRM13027 committed May 10, 2019
1 parent e4ea08d commit f9b57e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mobile_Application_NEW/HuskyTrack/src/app/home/home.page.ts
Expand Up @@ -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) => {
Expand All @@ -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,
Expand Down

0 comments on commit f9b57e6

Please sign in to comment.