You can pick up some nicely done colored and lettered markers at
http://www.benjaminkeen.com/?p=105.

These markers are exactly the same shape and size as the default
Google tear drop marker, so you can simply:

        var icon = new GIcon(G_DEFAULT_ICON);
        icon.image = 'map-images/' + <particular marker's file name>;
        var marker = new GMarker(latLng, {"icon" : icon});

        ... and not have to worry about anchor points or shadows and the
other stuff.

- John

On Jun 21, 6:19 pm, michelle dupray <mdup...@gmail.com> wrote:
> Does anyone have documention (or can point me to examples) of how to make a
> different marker for 10 different (fixed) latitude and longitude points?
>
> Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to