I have a map view in my application, and I can show the current GPS location on this map quite easily. However, I want to be able to offer standalone capabilities, or at least limited connectivity.
I decided that the best way to do this is to use a google static map, but since I have to use webview to display this and it does not extend mapactivity, can I still get mylocation overlay to work with a static map? Or do I need to always have this connection for live maps?
source share