Find out how I came up with a solution for creating heat maps in native Windows Store apps and document the reusable library that I created. Heat maps, also known as density maps, are a type of overlay on a map used to represent data using different colors. They are often used to show the data hot spots on a map. If you are working in JavaScript there is a client-side heat map module available in the Bing Maps V7 Modules project, which can be used in Windows Store apps. Using this module is fairly easy and only takes a few lines of code to setup. Creating heat maps in native Windows Store apps is a bit harder to do... READ MORE
↧