Different results between Android Geocoder and Google Geocoding web service
- by user3571822
I am creating an Android application and I need to use the geolocation.
I have started by using the Geocoder API from Android (android.location.geocoder) but it causes some issues (timed out waiting for response from server) which seem to be common according to what I have read.
To make my application work when this kind of error occurs, I use…