/SuspendedLocation

A kotlin coroutines wrapper to the Google Locations and places sdk

Primary LanguageKotlinMIT LicenseMIT

Suspended Location

Check and compile Release

A library that wraps the google places and geolocation APIs through coroutines

It's divided into a series of modules with different purposes:

Setup

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"
}

About

Made with ❤️ by XMARTLABS