R – Using maps on Windows Mobile

compact-frameworkgoogle mapswindows-mobile

I'm experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. Any suggestions on how to do this?

…so I haven't completed that tutorial yet. Anyways, Bing Maps seems more cumbersome to develop for compared to Google Maps. My question is, what's the easiest way to get maps working for your own applications on Windows Mobile?

Best Answer

We recently wrapped up a project using Bing Maps on a WinMo application and didn't find it too difficult at all. IIRC, the Bing license states that you must pay for a license only if your commercial application does not have a free option. You can develop just about any application without a commercial license using the staging servers. THe only difference we noticed was that the staging server tiles the word "Staging" across the served maps.

Related Topic