How can I use OpenStreetMap in my Compact Framework application?

Does anyone know how I can use OpenStreetMap inside my Compact Framework application? Is there a Framework or something like that? All I can find on their wiki is how to contribute to their project and use their software to map data. But I want to use their maps to show the location of users in my own application. I could not find anything about using my web service or what I needed to use to show my maps inside my application.

+5
source share
5 answers

Google Code has a project that wants to create a .NET library for the OpenStreetMap API. The website says there is currently an alpha release, so it might be worth checking out this: code.google.com/p/openstreetmapnet

And there are two more similar projects on CodePlex: osmscout.codeplex.com gmap4dotnet.codeplex.com

Maybe they can also be used in the Compact Framework, or you could ask the project team to add this function (or use yourself, after all, it is openource).

+4
source

CloudMade API OpenStreetMap , .NET . API- HTTP , .NET-, , , .

API- CloudMade , OSM , API OSM, , , , CloudMade.

. http://developers.cloudmade.com/projects.

+1

CF, API , , .

0

CF, OpenStreetMap, . , , ?

0

Brutile . , # OpenStreetMap. ( Silverlight .

The wiki also has a list of all .NET related pages . Of the documented projects, OpenStreetMapViewer looks as if it fits your needs in the best way. It is intended to display part of OpenStreetMap in a .NET application. I’m sure that at least one of them will work on Windows mobile devices.

0
source

All Articles