2
votes

I am creating an android application which accepts longitude and latitude as an input, and returns address name using Reverse Geocoding. When I check Geocoder.isPresent() it returns false, which means backend service is disabled for geocoding class.

How can i enable this service?

1

1 Answers