> If you want to look at more than one arrowhead marker, you need to use
> a loop. Rather like I can now see in the show() and hide() functions,
> that aren't being used right now.
Right. So, what I figured was to take the "meat" out of the show() and
hide () functions, and put them into the togglePoly.
which all works on my understading that this bit: for (var i=0;
i<pts.length-1; i++) { is what makes the loop.
which I guess semi-workjed - it at least got the map back on screen,
but appears to have broken the togglePoly entirely...
and if I leave the line as pts[].show(); instead of
pts[poly_num].show(); I get an Unexpected token ] error...
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.