Bing Maps SDK
I've been playing around with the Bing Maps SDK over the
holidays. The documentation includes a step-by-step guide
for adding Bing Maps to my app that got me up and running. I
had to make some small changes like targeting specific CPU
and not the default 'Any CPU' target and (since this app is
written in C#) I had to add a reference to the Microsoft
Visual C++ Runtime Package in addition to the Bing Maps SDK.
Once I had the project...
Read More