Skip to content

Commit 8aaf32b

Browse files
committed
Update README.md
1 parent 822ce36 commit 8aaf32b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ public protocol ILocationManagerViewModel: ObservableObject{
104104
|distanceFilter|A distance in meters from an existing location.|
105105
|backgroundUpdates|A Boolean value that indicates whether the app receives location updates when running in the background|
106106

107+
|Param|Description|
108+
| --- | --- |
109+
|strategy| Strategy for publishing locations Default value is **.keepLast** The other option is **.keepAll** |
110+
|delegate| Custom delegate|
111+
112+
107113
### Default location
108114
1. Product > Scheme > Edit Scheme
109115
2. Click Run .app

0 commit comments

Comments
 (0)