Alvin Yates wrote:
> 1) Is there no default set of buttons for pan/zoom?  I had to manually
> add zoom myself, but pan will be annoying.

There are no buttons for pan. Make sure you have 
android:clickable="true" on the com.google.android.maps.MapView in your 
layout, and pan just works by dragging the map.

> 2) My Back button does not work.  In order to quit my app, I had to
> actually hit Home.  Is this normal?

Not that I'm aware of. In the map example in my book, I didn't notice 
that the back button didn't work.

Are you overriding onKeyDown() or kin? If so, are you chaining to the 
superclass for all key events you aren't handling?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to