I need to integrate OpenStreet Map in my c# application, as I have done some research work on google and bing and realized their licensing restrctions. Now I want integrate OpenStreet Map

Tasks to accomplish: 1. Display Map and the vehicle location on the map. 2. Allow the user to define regions or radius on the map by drawing lines or shapes(triangles, rectange or circles) on the map and get the exact calculated long/lat, radius, distance etc

I am totally new to this area have no idea, trying hard to get the knowledge but due to time constraint i am having difficulties.

Appreicate if some body can share their experience and guide me to the right direction with blogs, samples etc.

Thanks

link|improve this question

80% accept rate
I would use OpenLayers (openlayers.org). Not a c# code(javascript), but you can display it easily in a webBrowser control. – L.B Jan 28 at 22:18
feedback

1 Answer

up vote 1 down vote accepted

You're definitely looking for GMap.NET. You can use any map provider, just take care of license restrictions as you already noted. Look at the example they provide, it'll be useful for you.

link|improve this answer
do you think that I can achieve both functionalities by using GMAP.NET – Shax Jan 28 at 23:30
@Shax Yes. Look at the demo of GMap: you can easily add markers (your vehicle locations) and it's possible to draw shapes. I think it's the best open source library you'll find on the web for a winforms application. – ken2k Jan 28 at 23:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.