aloisdeniel/flutter_geocoder

gprc failed on Android product app

prasant10050 opened this issue · 2 comments

getFromLocation --- latitude = 23.XXXXXXX, longitude = 86.XXXXXXX, maxResults = 1
Geocoder getFromLocation --- mService = android.location.ILocationManager$Stub$Proxy@232c132, ex = grpc failed, return results = []

PlatformException(ERROR_GEOCODING_COORDINATES, grpc failed, null);

Please Fix this issue because we are using in production app

Which geocoder did you used : local or google ? I suppose local regarding the error.

Very strange it seems to tell you that the cordinates aren't well formatted at the android level.