File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 23
23
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
//
25
25
26
- #import < Foundation/Foundation.h>
27
- #import < CoreLocation/CoreLocation.h>
28
26
#import " INTULocationRequestDefines.h"
29
27
30
28
/* *
Original file line number Diff line number Diff line change 23
23
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
//
25
25
26
- #import < Foundation/Foundation.h>
27
- #import < CoreLocation/CoreLocation.h>
28
26
#import " INTULocationRequestDefines.h"
29
27
30
- @class CLLocation;
31
28
@class INTULocationRequest;
32
29
33
30
/* *
Original file line number Diff line number Diff line change 26
26
#ifndef INTU_LOCATION_REQUEST_DEFINES_H
27
27
#define INTU_LOCATION_REQUEST_DEFINES_H
28
28
29
+ #import < Foundation/Foundation.h>
30
+ #import < CoreLocation/CoreLocation.h>
31
+
29
32
static const CGFloat kINTUHorizontalAccuracyThresholdCity = 5000.0 ; // in meters
30
33
static const CGFloat kINTUHorizontalAccuracyThresholdNeighborhood = 1000.0 ; // in meters
31
34
static const CGFloat kINTUHorizontalAccuracyThresholdBlock = 100.0 ; // in meters
You can’t perform that action at this time.
0 commit comments