smart-location-lib
smart-location-lib copied to clipboard
Reverse geocode is not working with this library
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?
No , I you don't require any API key for this.
@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.
https://github.com/mcharmas/Android-ReactiveLocation use this for better result
has anybody solved this problem ??
+1