mcharmas / Android-ReactiveLocation

Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
2.11k stars 312 forks source link

Upgrade to new Places API from Google #205

Open beingentangled opened 5 years ago

beingentangled commented 5 years ago

https://developers.google.com/places/android-sdk/client-migration

hamedsilver commented 5 years ago

yes I have this problem too

ghost commented 5 years ago

are you planning to update the version of Places API?

carlol commented 4 years ago

+1 it is important to test using mock location API

desgraci commented 4 years ago

dead library seems like...

MarsXan commented 4 years ago

I forked this project. use this: add this in the project build.gradle maven { url 'https://jitpack.io' } and this in app build.gradle dependencies implementation 'com.github.MarsXan:Android-ReactiveLocation:2.1.0'