I have a Map in SupportMapFragment and I want to get screenshot from mapview (only visible part of map)
I haven’t any idea how i can do it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ran into the same question today. Unfortunately it looks like there is no clear cut solution at this time because the v2 map API is using OpenGL ES. Take a look at this post from Google Groups and this one from Stack Overflow
What I’m going to do is use Googles Static Maps API V2. Here is the link for Googles Static Maps API. This service will satisfy my requirements and hopefully it will work for you as well. Good luck!