thanks... that helped :) On Apr 6, 3:44 am, Rossko <[email protected]> wrote: > > var marker = new GMarker(point,customIcons["Dynamic"]); > > I had tried adding thezindexas a third parameter, but to no avail. > > The reference documentation for > GMarkerhttp://code.google.com/apis/maps/documentation/reference.html#GMarker > tells you that the supported version only accepts two parameters > > But the second parameter should be a GMarkerOptions literal > objecthttp://code.google.com/apis/maps/documentation/reference.html#GMarker... > > So construction should be something like > var marker = new GMarker( point , { someoption : somevariable , > otheroption : "somestring" } );
-- 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.
