I'm creating a maps application that has many markers and I would like to make it so that when a user hovers over the text that's associated with the location the marker changes color to highlight where that locations is.
Each marker has a different letter and I'm using sprites, I'd like to have it so that when a marker is highlighted the color changes but the letter doesn't. The solution I have in mind is to just clone the image where the original sprites live, and change the color to create the image of highlighted sprites. If there was a way that I could get the anchor points from the markerimage class, I could just copy them and apply them to the new image. Is there a way for me to get the anchor points from a markerimage? Here is my page (untested in ie): http://docksearch.net/caresearch/mapper.php Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
