Re: [android-developers] Displaying nearby places with the Google API

2012-09-25 Thread TreKing
On Tue, Sep 25, 2012 at 12:58 AM, Jason Hsu jhsu802...@gmail.com wrote:

 The tutorials I've seen show bits and pieces, but I have yet to find one
 that shows EVERYTHING I need to show such a map.


No tutorial or sample is going to show you EVERYTHING you, specifically,
need to achieve your goals. Your job is take the bits and pieces,
understand them, and put them together to achieve the functionality you're
looking for.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Displaying nearby places with the Google API

2012-09-24 Thread Jason Hsu
If you copy the source code at 
http://codezone4.wordpress.com/2012/05/17/display-near-by-places-with-google-places-api/
 
into an HTML file and then view that HTML file as a web page, you get a 
Google Map showing the locations of stores in a certain part of Sydney, 
Australia.  As you can see, the source code specifies the 
latitude/longitude coordinates (-33.8665433, 151.1956316), the size of the 
area to search, and the type of place to search (stores).  Yes, this 
actually works out-of-the-box.

Is there a tutorial that shows how to do a similar task in Android?  The 
tutorials I've seen show bits and pieces, but I have yet to find one that 
shows EVERYTHING I need to show such a map.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en