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:
2) Use Application.cfc:
3) use the Settings page in the ColdFusion Administrator.
Then all you have to do is specify your map:
ColdFISH is developed by Jason Delmore. Source code and license information available at coldfish.riaforge.org
<cfmap name="gmap" centeraddress="1600 Pennsylvania Avenue NW, Washington, DC 20500, USA" />
1<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.
Comments
There are no comments for this entry.
[Add Comment] [Subscribe to Comments]