Reputation: 14081
I want to write a standalone application (preferable in C#) displaying a Google or Bing Map showing flight paths and patterns in 3D.
Is anybody aware of a .NET/C# API which allows me to do basically the same as in 1/3 with C#?
Upvotes: 5
Views: 5749
Reputation: 3532
Depending on exactly what your definition of "standalone" is, how about creating an out-of-browser application based on the Bing Maps Silverlight control? See http://www.microsoft.com/maps/isdk/silverlight/ for SDK and http://msdn.microsoft.com/en-us/library/ee681884.aspx for method reference.
It would certainly meet your aim of creating a "Bing Maps"-style application coding in C#, but I believe it would still need to be delivered to the client over HTTP.
Upvotes: 2
Reputation: 11754
I'm not sure if you're considering commercial components or not, but I happened across Telerik's RadMap the other day. It supports Bing Maps, I believe.
Upvotes: 4