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 76ff497 commit 5a3b089Copy full SHA for 5a3b089
Sources/d3-async-location/viewmodel/LMViewModel.swift
@@ -9,7 +9,7 @@ import SwiftUI
9
import CoreLocation
10
11
12
-/// Viewmodel posting locations
+/// Viewmodel posting locations asynchronously
13
/// Add or inject LMViewModel into a View ```@EnvironmentObject var model: LMViewModel```
14
/// Call method start() within async environment to start async stream of locations
15
@available(iOS 15.0, watchOS 7.0, *)
0 commit comments