Reputation: 18684
Is it possible to add Google Maps functionality to a .Net Forms application? There seems to be 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.
Upvotes: 3
Views: 4089
Reputation: 82934
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.
Upvotes: 2