2008/9/3 android_dev <[EMAIL PROTECTED]>

>
> How to get web search results in an application (without launching the
> browser)?
>
> Can the getFromLocationName(...) be used for getting web search
> results given a search term?
>

It can be used for location search.

>
> example: getFromLocationName("pizza San Jose, CA", 5)
>
> Will this return the pizza places around San Jose, CA?


Business search is not a part of the current API, so you can only search
places or addresses..
For details see the API docs below:
http://code.google.com/android/reference/android/location/Geocoder.html


>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to