How to Create a Customer Ranked Auto Suggest with Bing Maps and Azure Mobile Services

From time to time I come across developers who want to have an auto suggest search box to use with their map. Your first thought might be to simply use the Bing Maps geocoding services to do this, however this often ends up generating a large number of transactions. If you are using Bing Maps…

Fix: IE11 Mouse events in Bing Maps V7

The Bing Maps V7 map control has a small issue with IE11. The mouse events for polygons, polylines, and custom HTML pushpins do not seem to work. Looking into this I noticed that the SVG image being created to represent the shapes is inheriting the pointer-event CSS style information from it’s parent. In this case…