DCSIMG
Location,Teaser - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » Location » Teaser (RSS)

Windows Phone 7 Quick Tip: How to use Bing Maps in XNA games

A few days ago, a colleague of mine pointed out to this site which shows a Bing Maps usage within XNA game. I was intrigued how to achieve it… I know that Silverlight applications for Windows Phone 7 could use Bing Maps control (see great usage tutorial here ), but XNA games cannot render Silverlight controls… To solve it, I decided to use a different approach for XNA – download image tiles and present them in XNA game. Let’s get started. First, in order to use Bing Maps API you need a Bing Maps...