I want pan and zoom functionality (like a MapView) on my own map image - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T09:30:10Zhttp://stackoverflow.com/feeds/question/451464http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/451464/i-want-pan-and-zoom-functionality-like-a-mapview-on-my-own-map-image0I want pan and zoom functionality (like a MapView) on my own map imagefantius2009-01-16T18:31:48Z2009-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#6206410Answer by fantius for I want pan and zoom functionality (like a MapView) on my own map imagefantius2009-03-06T22:14:15Z2009-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>