Possible Duplicate:
How to draw lines over ImageView on Android?
I'm trying to find out how to draw lines (which will be paths of an map) on a uploaded ImageView. What i'm trying to do is upload an map on my app, and then draw lines to represent paths through this map. I've just found how to do that using Google Maps's APIs. I'd like to upload my own map on it. Is it possible to do?