There's a missing { between these two lines:

function createPolygon(point, title, tab1, tab2, tab3, html, type)
var poly = new GPolygon(point,"#000000",0,0,"#0000CC",0,
{clickable:true});

so you end up with the function syntax like

function(...) {
  var poly ....
  return poly;
}

-- 
Mike Williams

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to