> Thanks for the link. Yes, I have seen that tutorial but that explains how to > create custom markers which I have already done. I am looking for how to > display a different marker if an event is happening on the current date
The Maps API doesn't have any date handling features. You'd use ordinary javascript to do whatever with dates. http://www.google.com/search?q=javascript+date+handling You'd need to add date information to your XML doc, so there is something to work with when comparing each markers date property with 'today'. Once you've determined some special date, set some special custom icon in the usual way. -- 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.
