CoLocation icon indicating copy to clipboard operation
CoLocation copied to clipboard

🗺 Coroutines Location APIs Library for Android and Kotlin

Results 5 CoLocation issues
Sort by recently updated
recently updated
newest added

Separate CoLocation into two implementations: 1. `CoLocationGms` - GMS implementation 2. `CoLocationHms` - HMS implementation Let the `CoLocation.from` decide which `locationServicesSource` to use: when both GMS and HMS are available...

Hey I took OKatrych's PR and split the integrations into separate libraries. Other changes: - Removed option to switch between providers in runtime. I don't see an example where a...

It will be a great thing to have Huawei Mobile Services location provider support.

Support creation CoLocation by DI with default LocationRequest in order to reduce boilerplate code in different parts of application if same settings are required

enhancement

I am getting this crash in my app. I have cancelled the `job` used to get location updates in `onStop()` and `onDestroy()` of my activity. Here are the traces, ```...