Android Google Map V2 screenshot -


currrently stuck 1 problem how take screenshot of google map v2. developing 1 application gps tracking, in 1 polyline drawing tracked path. want screenshot map polyline drawn on map well.

i have did many r & d found google map v2 not provided such kind of facility.

please me solve issue.

since using v2 map managed either mapfragment or supportmapfragment. both subclasses of fragment should give access getview(). let's assume have following code in hosting activity:

supportmapfragment mapfragment = ((supportmapfragment) getsupportfragmentmanager()                 .findfragmentbyid(r.id.map)); view view = mapfragment.getview(); 

with view can try approach how programmatically take screenshot in android?.


Comments