All this must be done in a desktop application. I can send a staticmap request to Google maps, i get the URL and open the internet browser to display the map. I would like to print this map later. I have 2 possible solutions (and a question for eachone) :
1. I can save the staticmap parameters in a database. But how can I download the image file when it's time to print ?
2. Is it possible to save the image file in the database? In that case I can print the image any time.
Thanks