Recap: Bing Maps at //Build/ 2015

Recap: Bing Maps at //Build/ 2015

First off we would like to say thanks to those who attended the Bing Maps sessions during //Build/ 2015 in person or online. We would also like to say thanks to those who came by the Bing booth and to ask us questions or to just try out the our new 3D maps on a Microsoft Perceptive Pixel device (large touch screen, predecessor of the Surface Hub). Bing Maps made its way into lot of presentation at //Build/. In this blog post we want to highlight...
Read More

How to create bounded tile layers in Bing Maps (JavaScript)

How to create bounded tile layers in Bing Maps (JavaScript)

Tile layers are a great way to visualize a lot of data on a map and still have good performance. Depending on the type of data you are displaying as a tile layer, you may find that it is localized to a small part of the world. If this is the case then you will want to limit the loading of tiles in your app to that area. 
Read More

Visual Studio Toolbox Video: See and learn about Bing Maps in under 1 hour

Visual Studio Toolbox Video: See and learn about Bing Maps in under 1 hour

Technical Evangelist and host of Visual Studio Toolbox, Robert Green,  is joined by Bing Maps Program Manager, Johannes Kebeck who demonstrates how easy it is to add maps to your application.  Johannes reviews features of Bing Maps, shows you how to use the Bing Maps AJAX Control Version 7.0 Interactive SDK to see what JavaScript code you would write to perform a variety of actions with maps and demonstrates both a Web and Windows Store project in...
Read More

Be smooth: Optimize Bing Maps in multipage Windows Store apps (JavaScript)

Be smooth: Optimize Bing Maps in multipage Windows Store apps (JavaScript)

Bing Maps is the most widely used map control inside of Windows Store apps. Many simple apps consist of a single page user experience while many other consist of multiple pages. Many developers like to use Bing Maps throughout their application, but have found that this results in the map control constantly being loaded/disposed as the user navigates between pages. This doesn’t make for the best user experience, as there is a slight delay due to...
Read More

The Art of IntelliSense: Three ways to use IntelliSense with Bing Maps APIs

The Art of IntelliSense: Three ways to use IntelliSense with Bing Maps APIs

Do you find that you spend more time digging through documentation trying to figure out what properties do rather than spending time building great apps? IntelliSense can help. A few weeks ago, someone asked me if there was any IntelliSense support for Bing Maps. I vaguely remembered there being an open source project that added IntelliSense for Bing Maps AJAX v6.3 in Visual Studio. With a quick search on Bing I found the project on CodePlex and...
Read More

Bring Your Maps to Life: Creating Animations with Bing Maps (JavaScript)

Bring Your Maps to Life: Creating Animations with Bing Maps (JavaScript)

Bing Maps is a very powerful mapping platform that is often used for creating engaging user experiences. The fluid interactive maps make for a great canvas when visualizing location based data. In this blog post we are going to take a look at how to make the user experience a little more engaging by adding custom animations that can be used in both web and Windows Store apps. Full source code for this blog post can be found in the MSDN Code...
Read More

Map-Driven Search in Windows Store Apps

Map-Driven Search in Windows Store Apps

The Bing Search API gives developers the ability to incorporate search results powered by Bing into applications and websites. In addition to web search results, we can also retrieve images, videos and news results, and embed them in apps based on query terms, location information and other filter criteria. Traditional search experiences involve capturing user search intent via typed text input, but in this post, we will build an app in which the...
Read More

Capture Addresses from Artifacts Using Bing Maps and Bing Optical Character Recognition Control

Capture Addresses from Artifacts Using Bing Maps and Bing Optical Character Recognition Control

One of the most intriguing capabilities that Bing offers for empowering always-connected devices is the ability to visually recognize and understand artifacts in the real world. This is made available to developers via the Bing Optical Character Recognition (OCR) control for Windows 8.1 store apps. This control enables text from the outside world to be read by taking a picture from an on-device camera and analyzing the picture via a web service...
Read More

Localizing Custom Mapping Data With Bing Translator

Localizing Custom Mapping Data With Bing Translator

In this post, we will show how you can use another of the Bing Developer Services – the Bing Translator Control and Microsoft Translator API – to localize your own custom content within your Bing Maps applications. We will use the Microsoft Translator API to demonstrate how we can localize custom content in a web application using our Web Map control, and we will also use the Bing Translator Control to show how we can localize custom...
Read More