On 10 September 2010 10:49, Enric G. Torrents <[email protected]> wrote: > > var iconGreen = new GIcon(); > iconRed.image = 'http://labs.google.com/ridefinder/images/ > mm_20_green.png';
It's a good idea to define iconGreen instead of re-defining iconRed. Currently, where you want red you are getting an image which is green; and where you want green you are getting nothing. Cut and paste error. -- 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.
