Question

I have a project that has a list of gps coordinates. I would like to find a way to make a simple map of those coordinates (possibly just one at a time). The map should have basic street info.

This part of our project is pretty simple so I don't think it needs to be an exceptionally feature rich product. This also means it shouldn't be really expensive.

What is a good product to achieve this?

edit: This is a desktop app where internet connectivity will probably not be available.

Was it helpful?

Solution

Google Maps is great for this.

If this is a desktop app with internet access you could still host an IE control and show it there.

EDIT: If this is a desktop app without internet access you'll have to buy something like Microsoft Streets & Trips. I don't know if it has reusable controls. You probably have to buy something more expensive to get that. Applications of this nature often fall under the category "GIS". Try searching Google for that.

OTHER TIPS

Sharpmap is open source project written in C# and released under LGPL. To quote first line from page:

SharpMap is an easy-to-use mapping library for use in web and desktop applications.

I'd go with this solution

Everyting is open source (more or less, check the licenses) and works fine on windows.

Hope it helps

ESRI has an API. They have javascript, silverlight,wpf, and flash. they may have more. ESRI is pretty much the standard in mapping.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top