I have decided to design a desktop forms application in Visual C# 2012 which will download google map images within user specified coordinate and zoom level. Actually, the target is to create offline map as jpeg. Later I'll have to join the downloaded images also! Can anyone please help me on this issue?
Note: I will not display any web page. I just want to download the direct image from google maps as per specification on zoom level and coordinate.
Regards.