DroidDev
DroidDev

Reputation: 789

Reverse Geocoding for Mapquest SDK on Android

Is there anyway I can reverse Geocode, I have MapQuest SDK(Android) ?

I know Android has its own GeoCoder but if I have Lat and Lng from Mapquest and when I reverse geocode from AndroidGeocoder (google) the address of the POI differs a bit( door number) .

Let me know if there is any API integrated into Mapquest SDK ? NOTE: I don't want make a service call for it. Just if any API already integrated into SDK?

Upvotes: 0

Views: 289

Answers (1)

Akash Unni
Akash Unni

Reputation: 406

Have a look at the Geocoding API which also has reverse geocoding Here.

Upvotes: 1

Related Questions