I\'m using a WebView for displaying a map-like image, due to the built-in panning and zooming functionality. However, I need to overlay some other information (markers etc)
The answer seems to be: no, displaying a local bitmap object in a webview, without saving it to a file, is not possible.