> I thought I did this, too, with pts[i].show(); in the togglePoly > function,
pts[] is an array of arrowheads. pts[i] is a single arrowhead marker 'i' doesn't get defined within togglePoly() The javascript can't guess what you mean. 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. -- 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.
