Are you using a KML layer, or are you manually (or script wise :)) adding Markers to the google map?
1. If Markers:
You could use different images. For example, set a callback function to trigger on the 'zoom_changed' map event. In that callback, check the map's zoom level and set the myMarker.MarkerImage to the corresponding image (eg 'myPoint-small.png' and 'myPoint-big.png'. You can swap images like that, and I have a similar setup with my application so I can confirm that it works like that (does take a long time if you have a lot of markers to check/change).
2. If KML layer:
Sadly, you can't. KML layers bring EVERY icon to 32x32px size, regardless of it being smaller or bigger that 32x32. So you ca
Op donderdag 1 oktober 2009 14:42:20 UTC+2 schreef Dan Bowerman het volgende: