
- Project: - CFGMap
- Author: - Steve 'Cutter' Blades
- Version: - 0.9
- Revised: - 10 April, 2012
- Tags: - ColdFusion, Google Maps, JavaScript, Development
CFGMap is a ColdFusion Custom Tag, designed for implementing the Google Maps Javascript API for map display. With only a few attributes (oulined in the comments of the custom tag), a developer can quickly and easily render multiple locations with Google Maps. With a little scripting, a developer can also perform basic functions, like asking for directions or showing quick routes from various locations. There is even the ability to define a callback method, once all locations are geocoded, to pass the location data back to your server for archive. The below example (inluded in the download) shows you CFGMap in action.