I have implemented Google Map view in my app with a number of custom markers. I am testing in the emulator and everything works fine if I treat the emulator like a touch screen phone - I can click on the custom markers and navigate and move the map properly.

However I don't seem to be able to manipulate the map with the trackball / dpad controls. Can Google Map view be used with the trackball or dpad ?

Thanks !

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Try overriding the onTrackballEvent(android.view.MotionEvent event) method in the MapView.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.