react-native-geocoder icon indicating copy to clipboard operation
react-native-geocoder copied to clipboard

Fallback to Google Maps Web API when Geocoder does not work

Open felipemartim opened this issue 8 years ago • 1 comments

I was having a problem since not all valid addresses were being geocoded properly. There were very specific addresses that the Android Geocoder would return an empty list. Because of that, and motivated by this comment, it seemed appropriate to fallback to the web API when the Geocoder returned an empty list. That fixed my issue.

felipemartim avatar Oct 29 '16 16:10 felipemartim

This fixed a baffling problem for me. Is there any reason this shouldn't be merged?

MobiusHorizons avatar Jun 04 '17 03:06 MobiusHorizons