I am trying to create a prototype that could guide a person to his destination place.
- place is a wide building with several floors.
 - i can obtain/retrieve the maps (still images). e.g. current:1F destination:5F; so I can get the still images of 1st,2nd...5th floors (5 image files).
 
Scenario:
- start the application
 - input the current location (or may automatically set using current location) & destination
 - click the search route button to search the maps to use (still images) & mark the current location & destination
 - update the current location upon moving/going to destination
 
Problem:
- I just need to display 1 image file (each floor) at a time then move to other floor by using scroll bar. But.. don't know how to display it.
 - I can get the current location coordinate via WiFi but don't know how to put it into still image to mark the current location.
 
For sure there is already look a like sample application available. Could you share the concepts/ideas or would you include the code snippets. Big Help with my thesis.
Any guidance on the right direction is appreciated.