Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 438
Razib Ali Avatar asked Apr 12 '14 15:04

Razib Ali


People also ask

Can I use Google Maps API?

Yes, Google Maps Platform products can now be used in non-Web applications, provided that they adhere to the other restrictions of the Google Maps Platform Terms of Service. The Maps JavaScript API is only supported when run in one of the supported browsers.

Can I use Google Maps API for free?

Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).

How do I get data from Google Maps API?

Go to APIs & Services → Dashboard → Enable APIs & Services at the top and Choose Maps Javascript API from the API Library. This will open up the Map JavaScript API page, and Enable it.

Is Google maps written in C++?

As of 2020, Google Maps was being used by over 1 billion people every month around the world. Google Maps began as a C++ desktop program developed by brothers Lars and Jens Rasmussen at Where 2 Technologies.


1 Answers

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

  • http://www.codeproject.com/Articles/32643/GMap-NET-Great-Maps-for-Windows-Forms-and-Presenta
  • http://greatmaps.codeplex.com
like image 168
zlinks Avatar answered Sep 27 '22 18:09

zlinks