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

out of query limit? #180

Open n1xn opened 6 years ago

n1xn commented 6 years ago

I am reverse geocoding, so I need lat/lng from an address. Usually you get from the API a result and status. Now I want to know if the user has done something wrong or in might some case my query limit exceeded? I can only run some unspecific messages in the ErrorHandler.

How can I handle the "status" from geocoding service with this lib?