Bing Maps V8 Web Control Released

Bing Maps V8 Web Control Released

Two and a half months ago, at the Microsoft //Build/ Conference, the Bing Maps team announced the preview release of the Bing Maps V8 web control. Since then, the team has been working hard fixing bugs, adding new features and support for mobile, and making the Bing Maps V8 control stable and ready for production. Today we are happy to announce that Bing Maps V8 control has graduated from preview and is ready for use in production applications.
Read More

High-PPI maps now available in the Bing Maps AJAX Control

High-PPI maps now available in the Bing Maps AJAX Control

Have you ever wondered if it’s possible to get high-PPI (high pixel density) map tiles from the Bing Maps AJAX Control? Wonder no more. By simply setting a parameter in your Bing Maps AJAX Control code for your application, users that are on high-PPI or Retina supported devices will automatically get high resolution map tiles. High-PPI maps provide larger map labels and street lucidity, which is especially helpful when viewing maps on mobile...
Read More

Visualizing point-based Business Intelligence data on Bing Maps

Visualizing point-based Business Intelligence data on Bing Maps

It is often said that upwards of 80% of business data has some sort of location based context to it. In recently years many companies have learnt the value of unlocking this data and making use of it to make better business decisions. Many companies use Bing Maps to make better sense of their business data by visualizing it on a map. In this blog post we are going to take a look at many of the different ways point based business data can be...
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

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

Address and Location Capture in Dynamics CRM with Bing Maps

With the Polaris release of Dynamics CRM Online, Bing Maps has been integrated directly into the Process forms for Accounts, Contacts and Leads. The integration is quite basic, however; the existing address details associated with the entity are geocoded when the form is displayed, and the results are used to show a map of the location. No additional data can be overlaid in the map, feedback on the quality of the geocode match are not provided...
Read More

Cross Platform Development with Bing Maps and PhoneGap

Bing Maps provides a variety of APIs and controls. One of which is the Bing Maps AJAX Control that was originally designed to provide interactive maps for the web, but meanwhile also powers the WinJS control in the Bing Maps SDK for Windows Store apps. The Bing Maps AJAX control has a slim core to speed up the initial load of a website, is optimized for performance using HTML5 technologies and implements a modular concept that allows the loading...
Read More

Image Overlays with Bing Maps (JavaScript)

There are a lot of different types of data that can be overlaid on top of Bing Maps. In this post, we are going to look at how to overlay images on top of the Bing Maps V7 AJAX and Windows Store JavaScript controls. Over the years, I’ve seen a lot of great use cases for overlaying images on top of the map. Some of the more common use cases include: floor plans, satellite imagery of hurricanes or other natural disasters, historic maps, and...
Read More

HTML5 Canvas Pushpins in JavaScript

One of the more interesting features of HTML5 is the canvas elements. The canvas provides us with a feature rich, low level 2D rendering panel and is supported by all the major web browsers. In this blog post, we are going to create a Bing Maps module that wraps the standard pushpin class to create a new HTML5 Canvas pushpin class. There are a lot of cool and interesting things we can do with the canvas that would require a lot more work using...
Read More