There are no options in the API code for doing that. You can't clobber the GMessage 10029, because the mod_control.js external module now uses its own separate GMessage collection that are not accessible from your code.
You could crawl through the DOM looking for the alt text, but be aware that the phrasing of the text might possibly change in future releases (and will be completely different for users who set their browser's preferred language to something other than English, unless you force the API to use English by specifying &hl=en.) You can't clobber the graphic for the Return to last result button, because it doesn't use a separate graphic. The pan arrows are part of the same image. You could place your own graphic over the top of the button. Or you could write an equivalent custom GControl from scratch. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
