Skip to content

Commit 75e0619

Browse files
committed
chore: Add better description of class
1 parent 52b5a39 commit 75e0619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

complete/src/main/java/com/example/android/whileinuselocation/data/SharedLocationManager.kt

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import javax.inject.Inject
3434
private const val TAG = "SharedLocationManager"
3535

3636
/**
37+
* Wraps the LocationServices and fused location provider in callbackFlow
38+
*
3739
* Derived in part from https://github.com/android/location-samples/blob/main/LocationUpdatesBackgroundKotlin/app/src/main/java/com/google/android/gms/location/sample/locationupdatesbackgroundkotlin/data/MyLocationManager.kt
3840
* and https://github.com/googlecodelabs/kotlin-coroutines/blob/master/ktx-library-codelab/step-06/myktxlibrary/src/main/java/com/example/android/myktxlibrary/LocationUtils.kt
3941
*/

0 commit comments

Comments
 (0)