Kiran,

This isn't unique to Android. You want to interact with Google's map/
location api's just as you would via a WebApp:

http://code.google.com/apis/maps/documentation/webservices/index.html

In particular, you'll want to figure out how to query the places api
to get things like movie theaters that are near your current location.
I'm assuming you know how to use LocationManager to get the phone's
location from various providers. Then it's just a matter of making the
correct calls to the Google APIs to get the data you want given your
lat/long.

Jonathan

On Feb 17, 8:46 pm, Pyrocks <[email protected]> wrote:
> Hi Friends,
>
> This is kiran new to android development. I have requirement in my
> project that is finding nearby movie theaters upto certain radius from
> the user present location then i want to show these finding location
> in the google map. I have seen some posts here but i did not get the
> clarity on this. Is there any direct api calls to get the nearest
> specific places or any other way to find.
>
> Can anybody know please share it to me?
>
> Thanks and Regards,
>
> Kiran

-- 
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

Reply via email to