> The question is: When do I get my image? When I assign the URL to > icon.image? When I call the addOverlay method?
I'm not at all sure I understand your question. So far as I know, the maps API won't trigger a fetch for the image until it needs it, thats to say when an addOverlay is made of a marker with that icon image. You could check by making a GIcon with an, pausing with an 'alert'; then creating a GMarker using that icon, pause again ; then addOverlay the marker, and use something like Firebug to see when the request appears. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
