Skip to content

Commit

Permalink
malcommac#265 Relaxing room and house parameters both for time and ac…
Browse files Browse the repository at this point in the history
…curacy in meters
  • Loading branch information
malcommac committed Nov 17, 2019
1 parent 92f44a0 commit 2ef201d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/SwiftLocation/LocationManager+Support.swift
Expand Up @@ -104,9 +104,9 @@ public extension LocationManager {
case .block:
return 100
case .house:
return 15
return 60
case .room:
return 5
return 25
case .custom(let value):
return value
}
Expand All @@ -121,9 +121,9 @@ public extension LocationManager {
case .block:
return 60.0
case .house:
return 15.0
return 40.0
case .room:
return 5.0
return 20.0
default:
return TimeInterval.greatestFiniteMagnitude
}
Expand Down

0 comments on commit 2ef201d

Please sign in to comment.