Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var pointsArray = [new GLatLng(39.116699, -105.713997), new GLatLng(39.924764, -105.155873), new GLatLng(39.907537, -105.071079), new GLatLng(39.933751, -105.163547), ];
var pointsArray = [<cfoutput>new GLatLng(#latitude#, #longitude#), </cfoutput>];
var pointsArray = [<cfoutput>#ValueList(new GLatLng(QofQ.latitude, QofQ.longitude))#</cfoutput>];