Google Earth maps within c# Forms app
Is it possible to add Google Maps functionality to a .Net Forms application? There seems to b开发者_开发百科e a few that show how to do it in a Web application... but none that I can find that embed the maps within a fosm app, allowing zooming and clicking functionality.
I've used GMap.Net with great success. From the ones I found, I was by far the best one.
You get a control that you can add to a WinForms application that gives you a view that looks and behaves like Google maps does in a web browser. You can also manipulate the map programmatically in C# using an API that resembles the official JavaScript Google Maps API.
精彩评论