Tagged as Google Maps
Thursday, May 10, 2012 Displaying multiple markers on a Google Map using ColdFusion
This script takes an array of ColdFusion objects that includes a grid reference for each record and plots them on a Google Map. The map is then centered based upon the coordinates of the locations. Here is our array of objects. And here is the script that creates our map. I have added some inline comments to explain what is happening. function initialise() { // create objec...
Read more »