On Sep 17, 12:13 pm, venom00 <[email protected]> wrote: > What about using JS API? Maybe extending MVCObject. It would be nice > to have access to the source of the JS API, I think it wouldn't be so > difficult to create a custom MulticolorPolyline class, I think.
SVG and VML will do color gradients, so you might look extending MVCObject -- but that's Version 3 of the API and you're not in the right group. http://groups.google.com/group/google-maps-js-api-v3/ Or, if you want Version 2, you could look at Bill Chadwick's stuff where he implements gradients using SVG/VML directly. http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm -- 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.
