smart-location-lib icon indicating copy to clipboard operation
smart-location-lib copied to clipboard

Reverse geocode is not working with this library

Open amankumarjain opened this issue 9 years ago • 5 comments

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?

amankumarjain avatar Oct 04 '16 07:10 amankumarjain

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

beerus11 avatar Oct 24 '16 03:10 beerus11

@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.

vinod-morya avatar Feb 14 '17 06:02 vinod-morya

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

amankumarjain avatar Feb 14 '17 08:02 amankumarjain

has anybody solved this problem ??

SanjayGubaju avatar Apr 09 '17 17:04 SanjayGubaju

+1

asfandyarsheikh avatar Apr 13 '17 01:04 asfandyarsheikh