A library that wraps the google places and geolocation APIs through coroutines
It's divided into a series of modules with different purposes:
- Core: Contains functions that wrap geolocation API.
- Places: Contains functions that wrap places API.
Add library to project dependencies with JitPack.
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation "com.github.xmartlabs.SuspendedLocation:core:1.0.0"
implementation "com.github.xmartlabs.SuspendedLocation:places:1.0.0"
}
Made with ❤️ by XMARTLABS