Hi,
I've googled a lot about this, everybody is like me, no answers. Can
we search for business using Android (Google Apis 1.5)? or it's only a
thing for the native application GoogleMaps
Geocoder geoCode = new Geocoder(getApplicationContext(),
Locale.getDefault());
List<Address> addresses = null;
try {
addresses = geoCode.getFromLocationName("Pizza, Salamanca, Spain",
5);
} catch (IOException e3) {
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---