Using google maps api in windows form app

I am creating a Windows-based application where I do a lot of data processing and finish the list of coordinates and other information. I would like to use to build markers, routes, etc. On google map.

I believe the google api is for web applications.

I would like to keep the solution on the desktop, since this structure is best suited for all the necessary data processing.

Is there a clean, non-third-party solution for using google maps and api for drawing and marking on a map from a .net application?

+3
source share
1 answer

You can use the GreatMapsGMap.NET control for Microsoft platforms.

.NET Microsoft.
, , GMap.Net control

GMap.NET Control

+1

All Articles