I want pan and zoom functionality (like a MapView) on my own map image - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T09:30:10Z http://stackoverflow.com/feeds/question/451464 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/451464/i-want-pan-and-zoom-functionality-like-a-mapview-on-my-own-map-image 0 I want pan and zoom functionality (like a MapView) on my own map image fantius 2009-01-16T18:31:48Z 2009-03-06T22:14:15Z <p>How can I get my own image to be able to pan and zoom (like a MapView)?</p> http://stackoverflow.com/questions/451464/i-want-pan-and-zoom-functionality-like-a-mapview-on-my-own-map-image/620641#620641 0 Answer by fantius for I want pan and zoom functionality (like a MapView) on my own map image fantius 2009-03-06T22:14:15Z 2009-03-06T22:14:15Z <p>I tried hosting an image in a WebView (built-in pan and zoom), but there were a number of problems. I ended up extending the View class and overriding onDraw. It was not hard, once I finally decided to use that method.</p>