Heat map (heatmap) Layer ( www.googlemapcontrol.com) ’Please share our project on FB ! ’ A heat map (or heatmap) is a graphical representation of data where the individual values contained in a matrix are represented as colors. A heat map is a two-dimensional representation of data in which values are represented by colors. A simple heat map provides an immediate …
Geo-fencing: taking an action when a lat/lng point enters or exits a geographi shape
Good, or common, uses of geo-fencing include: location tracking of objects and users, lifehacking, games (in the form of run-arounds, check-ins), and hyper-local ads and offers. Apps that are obvious employers of geo-fences include: foursquare (check-in reminders). The code below code calculates great-circle distances between the two points – that is, the shortest distance over the earth’s surface – using …
Traveling Salesman Algorithm for Optimized routing.
Optimized routing. Using our DLL you can easily plot a route E.g. to have a bunch of way points loaded onto the map and draw a line from each of them showing the user the best route. The routing functionality between MapPoint is very useful if you are into logistics or just want to save on fuel and vehicle maintenance. …