How to use maps in C# Desktop Application
-
Hi, I need to use maps in my C# desktop application... I m not getting any solution for the same. If some one have used the google maps in desktop application then pls guide me how to use google map. Aur any other alternative. Thanx Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
-
Hi, I need to use maps in my C# desktop application... I m not getting any solution for the same. If some one have used the google maps in desktop application then pls guide me how to use google map. Aur any other alternative. Thanx Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
I haven't used them in a desktop app, but it should be pretty simple to do this: you can add a WebBrowser to your form and show the maps inside that as if it were a normal web browser. That way, you can still code to the Google Maps API using javascript. Optionally, you could write a .NET library wrapper that wraps the javascript API. That would be cool. You might want to look at this CP article[^] to help get you started.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: Is Jesus the Jewish Messiah? The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
Hi, I need to use maps in my C# desktop application... I m not getting any solution for the same. If some one have used the google maps in desktop application then pls guide me how to use google map. Aur any other alternative. Thanx Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
you mean something like this??? http://www.codeproject.com/aspnet/LatLaysFlat-Part1.asp
-
you mean something like this??? http://www.codeproject.com/aspnet/LatLaysFlat-Part1.asp
Hiii, Yes u r right, i have to do something like this only but this wrapper provided for ASP.Net i need to use this in windows based application... Thanx Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com