Reputation: 151
I have some problems with the geocoder
.
I found many posts about this, but most solves the problem testing the apk on a real device.
I have a problem with the lack of service of the geocoder
right on a real device. How can I fix?
I get the latitude
and longitude
, but I need to get the address from latitude and longitude from any type of device. There are alternatives?
Upvotes: 2
Views: 242
Reputation: 3417
The geocoder is part of the Google API add-on that isn't part of the AOSP"
So any device that doesn't come with Market, GMail etc will also be missing the Geocoder back-end
Upvotes: 1
Reputation: 29436
Use a network web service from your app, like a query to Reverse Geocoding
Upvotes: 0