Thursday, 19 September 2013

How to retrieve locations of theaters through google

How to retrieve locations of theaters through google

I am not sure if this is even possible, or if I am just in need of a
database or something. However, I am wondering if there is any way in an
android app to get a list of the lat and long of specific buildings near
the user's location. Basically what I want is for my app to have a set of
known theaters for example, and when the user is within a certain radius
of these locations then an action will occur. I know how to do the second
part using the location manager and firing an intent when the user is
within the specified radius, see the google developer guide. However, I do
not know how to get the location of the theaters in the city or area that
the user resides.

No comments:

Post a Comment