patloew / RxLocation

🗺 [DEPRECATED] Reactive Location APIs Library for Android and RxJava 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to Location APIs instead of GoogleApiClient

optisamit opened this issue · comments

The GoogleApiClient APIs are not deprecated and are actually a better fit for a Rx-library in my opinion. With this library, you manage the lifecycle of the GoogleApiClient via the Rx-Disposable, meaning the whole management of the GoogleApiClient is completely hidden from the user. The new APIs are a good fit for traditional, non-rxified, usage of the Location services though.