I've seen a number of similar topics posted but I wanted to be more specific as I can't determine from the other posts which solution would work best for me.
App details
I would like to create a simple map application showing a town centre (for commercial use. I would like to avoid any map-licensing issues).
I envisage that all of the information would be drawn directly on to a single map image, which would be a png file (I'm not sure how such a large image would look when zoomed out - so if anyone has experience in this and can advise me whether I would need to tile the map and have a series of zoomed images I would appreciate it.)
What I probably don't need
I don't think I require tiling of images (see above), and I don't require pins, popups or route-planning (popups would be nice but not necessary).
What I would like
I would however love it if the user could press a button and zoom in roughly on their current location. Most solutions I've read about sound too overblown for my needs.
Can anyone suggest a good framework or alternative way of approaching this?
Thanks.