I want to use the pan and zoom function (e.g. MapView) in my own map image

How can I get my own image for panning and zooming (e.g. MapView)?

+5
source share
1 answer

I tried to place the image in WebView (built-in pan and zoom), but there were a lot of problems. I ended up extending the View class and overriding onDraw. It was not difficult as soon as I decided to use this method.

+3
source

All Articles