ColdFusioning.com
My personal blog about ColdFusion, code, Google, & computers...
ColdFusioning: Pronunciation \kold-fy�-zhn-ing\ Noun: The action of one that writes ColdFusion.
New ColdFusion 9 Feature: CFMAP
Although generating Google Maps is relatively easy using JavaScript, ColdFusion has made it even easier! All you have to do is specify the Google Maps Key in one of three ways:
1) Use the cfajaximport tag:
Then all you have to do is specify your map:
<cfmap name="gmap" centeraddress="1600 Pennsylvania Avenue NW, Washington, DC 20500, USA" />
There are a number of other settings you can specify like height and width, doubleclickzoom, and zoomlevel (among many others). This is a perfect example of how ColdFusion makes things even easier so you can work on writing your applications rather than having to learn another API.

There are no comments for this entry.
[Add Comment] [Subscribe to Comments]