[android-developers] Re: Custom View question

2011-02-15 Thread Mikey
Any ideas anyone? I went to test at least the top left corner of the campus image (where the bitmap's 0,0 lines up with the screen's 0,0, i.e. before the image is panned or zoomed at all) while driving onto campus this morning, then realized I stupidly put latitude in the translate x and longitude

[android-developers] Re: Custom View question

2011-02-14 Thread Mikey
I mean the bitmap that I'm drawing into the canvas I suppose. In the code I get the bitmap from a decodeResource(..) call, and then in the onDraw I draw that bitmap into the canvas with the current matrix (which is manipulated when the screen is touched). Are you only able to draw to the campus? I