views:

62

answers:

2

we are planning to have feature similar to Google maps like feature in our commercial desktop application. can anyone suggest any such map libraries? this application needs both drawing facilities and features that would help in showing the map too. the application will be in C# and hence if the libraries need to be .NET based.

+2  A: 

There are a number of commercial map APIs. MapPoint has a range of geo charting, routing, drawing, etc facilities; I've used this very successfully in the past. It is COM-based, but works perfectly via interop (i.e. I used if from C#).

In addition to the desktop version there is also a web service API (a separate product with different licensing and features) (ooh, news to me; "mappoint web service" seems to have been replaced by Bing Maps for Enterprise...).

There are of course other vendors of such tools. For a broader search, one of the main keywords here is "GIS".

Marc Gravell
A: 

free - http://greatmaps.codeplex.com/

radioman