> They put only the shadow in the example. I add this + your code line: You need to read the example properly http://code.google.com/apis/maps/documentation/javascript/v2/overlays.html#Custom_Icons "In many cases, your icons may have different foregrounds, but the same shape and shadow."
That example builds a common baseIcon , makes copies of that as letteredIcon , and then sets letteredIcon.image individually. There's no error in the example. It just does more than you need, if you need all your custom markers to be the same. -- 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.
