is it possible in the Google Maps Javascript API v3 to get a polyline as an Image with blank/white background?
Philipp
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.
Probably not per-se, but you can use the Google Maps API to loop through all the points and transform them into screen coordinates. With that, you could draw them into a canvas element, and grab bitmap data from there.