There's an enhancement request that would cover that in Issue 110 http://code.google.com/p/gmaps-api-issues/issues/detail?id=110
While that's not available, the best you can do is have one large marker on your map. When you want to change the size, call .hide() on the small marker, and use .setLatLng() on the large marker to move it to the same position, then .show() it. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
