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?
source
share