This thread coincidentally treads similar ground - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/5ff9fa751221d64d/ad292c856936974a#ad292c856936974a
Taking a technique from there if I read it right, go ahead and create your marker with the embryonic GIcon. Modify the appropriate GIcon properties later, in your 'sizing' code, and when that's done remove and re-add the marker overlay to force the API re-read the GIcon properties. You'd need to keep careful track of which marker/icon etc, perhaps by function closure. Or, delay adding the marker overlay at all until it's cooked. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
