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. Otherwise you will end up with a lot of extra requests being made to your tile service for nothing. In this blog post, I will...
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

How to Make Use of Maps in Universal Apps

How to Make Use of Maps in Universal Apps

Universal Apps are a pretty hot topic in the world of Windows app development. Universal apps allow you to build an app for Windows 8.1 and Windows Phone 8.1 while, at the same time allowing you to share code, user controls, styles, strings, and other assets between the two projects in Visual Studio. This saves time having to develop code for each platform. Recently on the Bing Maps forums, there have been a lot of questions around maps and...
Read More

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

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

Updated Bing Maps SDKs for Windows Store Apps, for Windows 8.0 and 8.1

Today we are announcing the availability of updated Bing Maps SDKs for Windows Store apps for both Microsoft Windows 8.0 and 8.1 in the Visual Studio Gallery. The Bing Maps SDK for Windows Store Apps update for Microsoft Windows 8.1, which consists of the Bing Maps SDK for JavaScript (for JavaScript Developers) and Bing Maps SDK for Windows Store apps (for Visual Basic, C# and C++ Developers), has been updated for the Microsoft Windows 8.1...
Read More