I've programmatically created a google map in Android using the Google Map API / MapFragment. I'd like to be able to save this map on my Google Drive (just like you would if you used the native Google Maps android App or the web site - [either of these would create a .gmap link file linking to some data somewhere). Does anyone know how to do this? Basically a "Save My Map to Google Drive" option.
Note: I don't want to save a screen shot.