11

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.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Razib Ali
  • 300
  • 1
  • 4
  • 11
  • 1
    don't forget, you'll have to have copyright text all over your static map. Check out the [guidelines first](http://www.google.com/permissions/geoguidelines.html) – Dmitry Ledentsov Apr 12 '14 at 15:08

1 Answers1

25

Have you checked GMap.NET? "Great Maps for Windows Forms and Presentation"

zlinks
  • 1,037
  • 2
  • 16
  • 26
  • Glad it helped. If you find the answer useful you can accept and/or upvote it. Thanks – zlinks Apr 21 '14 at 08:31
  • 1
    Not got enough points yet. I must vote my answer. Thanks a lot for good advice! – Razib Ali Apr 22 '14 at 21:36
  • Hi again, you are welcome. "I must vote my answer" What do you mean? Anyway, since you are new here maybe you want to check: http://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work/5235#5235. – zlinks Apr 22 '14 at 22:00
  • Lol! Today I found what I have written! I meant that I must vote useful answer to my question! Sorry! – Razib Ali Jun 20 '14 at 23:34