File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
68
68
var locations : [CLLocation] { get }
69
69
70
70
/// Strategy for publishing locations Default value is .keepAll
71
- /// .keepLast is optional
71
+ /// .keepLast is an option
72
72
var strategy : LMViewModel.Strategy { get }
73
73
74
74
/// Start streaming locations
@@ -83,6 +83,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
83
83
84
84
| Param| Description|
85
85
| --- | --- |
86
+ | strategy| Strategy for publishing locations Default value is .keepAll The other options is .keepLast |
86
87
| accuracy| The accuracy of a geographical coordinate.|
87
88
| activityType| Constants indicating the type of activity associated with location updates.|
88
89
| distanceFilter| A distance in meters from an existing location.|
You can’t perform that action at this time.
0 commit comments