I've figured out how to get the map exercises from _The Busy Coder's Guide 
To Android Development_ to work.  (This  requires right-clicking on the 
project, going to Properties -> Android and selecting a Google API as the 
target.  It's also necessary to use the keytool command on the 
debug.keystore file to get the MD5 certificate fingerprint, paste this 
fingerprint into the appropriate field at 
http://code.google.com/android/maps-api-signup.html, and pasting the apiKey 
into the *.xml file.)

How do I pull up an automatically executed search of my area in Google 
maps?  Suppose I want the program to automatically search my local area for 
gas stations, restaurants, grocery stores, etc.  Is there a good 
example/tutorial that covers this?

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

Reply via email to