Pretend that you're in an airplane. You can access a Google Map that shows what you're flying over. The map moves with the plane.
I'd like to prototype this. How can I go about doing this?
My thoughts are to take a very high res picture of the flight path. Using some unknown method, I could "zoom in" on part of the image. Every time a new frame is drawn, the map picture should move x pixels to the left... or something like that.

