> I am trying to create a polyline and make each point constituting this > line be clickable with dynamic data?
Mathematically, there are an infinite number of points in a line. For a map display, I suppose that is limited to a large number of pixels. > similarly, is it possible to bind each point to a click event handler? That would be a bit impractical due to the large numbers of pixels involved. Look at the source of the example - there is just one click listener which works out what to do and display. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
