mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 352 forks source link

Reverse geocode is not working with this library #168

Open amankumarjain opened 7 years ago

amankumarjain commented 7 years ago

While using reverse geocode it return empty list, please help me to know how to make it work, do i have to use API KEY or something?

beerus11 commented 7 years ago

No , I you don't require any API key for this.

vinod-morya commented 7 years ago

@mrmans0n @thechampanurag : I tried to do check the reverse geocoding with the sample app provided by the library and this issue remains there to ie. Can't able to reverse geocode the location. I am using the below code.

 SmartLocation.with(this).geocoding().reverse(location, new OnReverseGeocodingListener() {
                @Override
                public void onAddressResolved(Location original, List<Address> results) {
                    if (results.size() > 0) {
                   ..........

The result size is always 0.

amankumarjain commented 7 years ago

https://github.com/mcharmas/Android-ReactiveLocation use this for better result

SanjayGubaju commented 7 years ago

has anybody solved this problem ??

asfandyarsheikh commented 7 years ago

+1