Skip to content

A kotlin coroutines wrapper to the Google Locations and places sdk

License

Notifications You must be signed in to change notification settings

xmartlabs/SuspendedLocation

Repository files navigation

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

About

A kotlin coroutines wrapper to the Google Locations and places sdk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages