Razib Ali
Razib Ali

Reputation: 300

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

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.

Upvotes: 11

Views: 67491

Answers (1)

zlinks
zlinks

Reputation: 1067

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

Upvotes: 25

Related Questions