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

Pushpin Clustering in Bing Maps V8

Pushpin Clustering in Bing Maps V8

Last month we announced the preview release of the Bing Maps V8 Web control. This new HTML5 power map control brings a lot of performance improvements and many new features. Today we would like to highlight the new Clustering module and how it can be used to make your data easier to navigate.
Read More

Announcing Bing Maps V8 control for the Web

Announcing Bing Maps V8 control for the Web

It is with great pleasure that we announce the preview release of the Bing Maps V8 control, Microsoft modern web mapping platform. The Bing Maps V8 control reduces development time by requiring less code to implement more features into your app. It also brings significant performance improvement by using the HTML5 canvas, which provides the ability to render vector data significantly faster than previous versions of the Bing Maps JavaScript...
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

How to Fine-tune Location Coordinates with the Custom Geocoding Refinement Tool

When presenting custom location data in Bing Maps applications, a frequent requirement is to geocode the addresses of your location data prior to presenting them on the map, ensuring that you have latitude and longitude coordinates that accurately reflect the real-world locations. Bing Maps offers batch geocoding capabilities via the Bing Spatial Data Services Geocode Dataflow API, and also via the Bing Maps Account Center, enabling data sources...
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

Adjusting AJAX Pushpin Anchors

I haven’t written a code-based blog post in a while, so it was time. I had a question recently about anchoring pins to a specific part of the pin image, so I had to chase this beast down. In the original VEPushpin Class (now deprecated) the Bing Maps AJAX API allowed for relative specification of which part of a pin image was anchored to the lat/lon (bottomleft, topright, bottomcenter, etc). The replacement APIs (VEShape) actually give you...
Read More