Skip to content

Commit e5e1607

Browse files
committed
Update README.md
1 parent 1cb459b commit e5e1607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
6868
var locations : [CLLocation] { get }
6969
7070
/// Strategy for publishing locations Default value is .keepAll
71-
/// .keepLast is optional
71+
/// .keepLast is an option
7272
var strategy : LMViewModel.Strategy { get }
7373
7474
/// Start streaming locations
@@ -83,6 +83,7 @@ public protocol ILocationManagerViewModel: ObservableObject{
8383

8484
|Param|Description|
8585
| --- | --- |
86+
|strategy| Strategy for publishing locations Default value is .keepAll The other options is .keepLast |
8687
|accuracy| The accuracy of a geographical coordinate.|
8788
|activityType|Constants indicating the type of activity associated with location updates.|
8889
|distanceFilter|A distance in meters from an existing location.|

0 commit comments

Comments
 (0)