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

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