6667
26
#define kLocationDefault CLLocationCoordinate2DMake(40.68923, -74.04442)
26
#define kLocationDefault CLLocationCoordinate2DMake(40.68923, -74.04442)
27
 
27
 
28
//proximity in meters
28
//proximity in meters
29
#define kLocationDistanceClose    10.0
29
#define kLocationDistanceClose    200.0
30
#define kLocationDistanceFar    50.0
30
#define kLocationDistanceFar    500.0
31
 
31
 
32
//demo timer interval
32
//demo timer interval
33
#define kLocationDemoTimerInterval    2 //time in seconds for the demo timer
33
#define kLocationDemoTimerInterval    2 //time in seconds for the demo timer