There is a Google map in my site and I need to export that google map to image and need to store. It can be do in any script like PHP or HTML or JAVASCRIPT
How can I 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.
As @Sirko and @Brendan have pointed out, you should provide some kind of code so we have something to work on. But if you are looking for a starting point I would extend on @JBRTRND’s suggestion of using html5 canvas to wrap your google maps div in and write some script to convert that to an image. Luckily there is a js library created that accomplishes this task, have a look at this js library and hopefully you will find your answer: http://www.nihilogic.dk/labs/canvas2image/