When I pan around a fullscreen image in my app, it is nowhere near as smooth as panning around in the Google Maps application.
Another post said that the MapView API uses a canvas, and not openGL, but I find this hard to believe. (unless Google's imagery is low resolution)
Is there a supremely correct way to implement smooth panning? The method I am using is to apply a matrix to my image each time a new touch event comes through, but when I pan around it jitters noticeably.