Heat Maps in Windows Store Apps (JavaScript)

Heat Maps in Windows Store Apps (JavaScript)

Heat maps are an effective means of visualizing geography-based trends by showing the relative density of location-based data. We can see where we have ‘hot spots’ in our data, and use this insight to drive better decisions for application users. In this blog post, we will show how you can visualize location data in the form of a heat map within Windows Store apps, pulling in both public points-of-interest data sources available within...
Read More

Augmented Reality with Bing Maps in a Windows Store App

Augmented Reality with Bing Maps in a Windows Store App

In this blog post we are going to take a look at augmented reality apps and how to create them as Windows Store apps. When many people hear the words “augmented reality” the first thought that comes to mind is the large helmet type video games but that is not really the "reality" of Augmented Reality today
Read More

Geocoding and Routing in Bing Maps Windows Store Apps (JavaScript)

Geocoding and Routing in Bing Maps Windows Store Apps (JavaScript)

In this blog post we are going to look at how implement Geocoding and Routing using the Bing Maps Windows Store App JavaScript SDK. If you are new to JavaScript development with the Bing Maps Windows Store App SDK I recommend reading the Getting started with Bing Maps Windows Store Apps blog post first. 
Read More

Bing Maps for Windows Store Apps Training Kit

Bing Maps for Windows Store Apps Training Kit

Bing Maps for Windows Store apps combine the power of Windows 8 and Bing Maps to provide an enhanced mapping experience for Windows Store apps. Developers can use this Bing Maps control to incorporate the latest road maps, aerial views, and low-angle high-resolution images into a Windows Store app. 
Read More

Geocoding and Routing in Bing Maps Windows Store Apps (Native)

Geocoding and Routing in Bing Maps Windows Store Apps (Native)

In this blog post we are going to look at how implement Geocoding and Routing using the Native Bing Maps Windows Store App SDK. If you are new to developing with the Native Bing Maps Windows Store App SDK I recommend reading the Getting started with Bing Maps Windows Store Apps blog post first. 
Read More

Modules in Bing Maps for Windows Store Apps (JavaScript)

Modules in Bing Maps for Windows Store Apps (JavaScript)

The Bing Maps Web control is designed as a modular framework and the Bing Maps for Windows Store App JavaScript control follows the same design. Modules allow users to load only the features and functionalities they need, rather than loading everything up when the application starts. You can save yourself a lot of development time by using modules and avoid reinventing the wheel. 
Read More

Getting started with Bing Maps Windows Store Apps (Native)

Getting started with Bing Maps Windows Store Apps (Native)

If you follow this blog regularly, there is a strong chance that you are familiar with Bing Maps and all the greatness it brings to the web. And, with Windows 8, you can add that same greatness directly into your applications using the Bing Maps SDK for Windows Store Apps. When developing with the Bing Maps SDK for Windows Store Apps you have the option of using JavaScript or Native code (C#, VB or C++). 
Read More

Virtual Earth and WPF (Code Samples)

Virtual Earth and WPF (Code Samples)

WPF still seems to be one of the most popular options for building a Windows Maps Application, Today we recommend wrapping the XAML control in a WPF "wrapper" to get all the benefits of the XAML control with the same utility as WPF.
Read More