We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822ce36 commit 8aaf32bCopy full SHA for 8aaf32b
README.md
@@ -104,6 +104,12 @@ public protocol ILocationManagerViewModel: ObservableObject{
104
|distanceFilter|A distance in meters from an existing location.|
105
|backgroundUpdates|A Boolean value that indicates whether the app receives location updates when running in the background|
106
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
113
### Default location
114
1. Product > Scheme > Edit Scheme
115
2. Click Run .app
0 commit comments