On Sep 12, 5:32 pm, Amil <[EMAIL PROTECTED]> wrote: > I have a list of lat/lon points that I use to create a GPolyLine. > > Is there a way that I can color different segments of the line with a > different color. I want to change the color of the line depending on > the speed. Any suggestions for doing this some other day?
I would suggest reading the documentation. A polyline can be any color you want, but the whole polyline is the same color. You can make each segment a separate polyline with a different color, but beware, too many will slow the map down... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
