On Mar 23, 11:54 am, "J.S" <[email protected]> wrote: > Thanks for your response but could you elaborate a bit more on that? > > Like how do you mean use one icon as a template for another? > because i'm using a lot of different custom icons for markers.
If you pass a GIcon to the constructor for GIcon, it copies the properties of that icon (as it says in the documentation that Andrew pointed to): http://code.google.com/apis/maps/documentation/reference.html#GIcon.GIcon So create icons with the common properties and use them as templates... -- Larry -- 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.
