> I did not find and documentation or examples to shrink the icons.

The documentaton doesn't mention shrinking, but it does allow you set
any size you like
   http://code.google.com/apis/maps/documentation/javascript/overlays.html#Icons
Look in the 'complex' example at how MarkerImage is used
     var image = new google.maps.MarkerImage('images/beachflag.png',
           // This marker is 20 pixels wide by 32 pixels tall.
      new google.maps.Size(20, 32),
....

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to