Aha, Can I somehow extract the link given in the RSS feed - and redirect to that link when clicking on the icon? I do not want the infowindow to appear - just redirect upon clik. It would be simple if I got acces to the marker-object, then I could just tie an click event on the object that set the window.location.
On 18 Feb, 16:45, Lance Dyas <[email protected]> wrote: > The GeoXml parser does handle various RSS feeds > by the way (EGeoXml doesnt unless very recently > expanded) > and on the wiki has a proxy in php. > > RSS feeds do not have built in styles so most solutions > that involved styling the markers based on something > about the atoms/entries is going to involve some > healthy custom adjustements (aka coding work) > > Here is an example that doesnt it uses images in the description field as a > source for icons > by passing the option iconFromDescription, so that you see clouds and suns > for the icons associated with the > yahoo weather feeds > > iconFromDescription:true > > http://www.dyasdesigns.com/geoxml/myweather.htm > > Lance Dyashttp://code.google.com/p/geoxmlhttp://www.dyasdesigns.com/geoxml -- 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.
