I'm using this Android Geocoder class and I was wondering if this is using the Google Geocoding API behind the scenes.
This is what the documentation says:
The Geocoder class requires a backend service that is not included in the core android framework.The Geocoder query methods will return an empty list if there no backend service in the platform.
So I'm not sure what kind of backend service is running but it works for me. Maybe it uses Google Play Services?
In case this Geocoder class is using the Geocoder API from Google.. does this mean:
- I need to display attribution on the search results?
- I'll be charged by requests according to their pricing?