On Mar 16, 1:47 pm, Steve Sanders <[email protected]> wrote: > I'm trying to make a map for my duck hunter clients. I want to have > custom icons appear on certain points based on the Hunter Success > ratings. In the old API I could just pass the image name to the Marker > constructor.
Are you using the Google Maps API or the static maps API? Please follow the posting guidelines and post a link to your map, so we can tell... http://groups.google.com/group/google-maps-api/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical If you are using the Google Maps API the v1 syntax still works, it is just depricated. http://code.google.com/apis/maps/documentation/reference.html#GMarker.GMarker The new way is to uses the GMarkerOptions object: http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions -- 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.
