You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/d3-async-location/viewmodel/ObservableLocationStreamer.swift
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,19 +46,19 @@ public final class ObservableLocationStreamer: ILocationManagerViewModel{
46
46
47
47
// MARK: - Lifecycle
48
48
49
-
/// Initializes the `LocationStreamer`.
49
+
/// Initializes the `ObservableLocationStreamer`.
50
50
/// - Parameters:
51
51
/// - strategy: Strategy for publishing updates. Default value is `.keepLast`.
52
52
/// - accuracy: The accuracy of geographical coordinates.
53
53
/// - activityType: The type of activity associated with location updates.
54
-
/// - distanceFilter: The minimum distance (in meters) to trigger location updates.
54
+
/// - distanceFilter: The minimum distance (in meters) that the device must move before an update event is generated. kCLDistanceFilterNone (equivalent to -1.0) means updates are sent regardless of the distance traveled. This is a safe default for apps that don’t require filtering updates based on distance.
55
55
/// - backgroundUpdates: Indicates whether the app receives location updates when running in the background.
0 commit comments