How to use Google Maps API in Visual C# Forms Application?

65,756

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

Share:
65,756
Razib Ali
Author by

Razib Ali

I am an Electrical, Electronics Engineer. I am doing programming in visual C#. I implemented and administered a LAN/WAN system along with several web and mail servers for consecutively 4 years.

Updated on February 09, 2020

Comments

  • Razib Ali
    Razib Ali about 4 years

    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.