If you want it you'll have to create a custom GIcon for it. maps.google.com implements those 10 "floating dots" as a sprite, so that means you'd either have to
Use the undocumented GIcon sprite feature http://econym.org.uk/gmap/sprites.htm beware: undocumented features may cease to be available in future API releases. Or grab the Google sprite image and use a graphics application to split it into individual images http://maps.gstatic.com/intl/en_ALL/mapfiles/red_circle_markers_A_J.png Or create your own from scratch with LabeledMarker gmaps-utility-library.googlecode.com/svn/trunk/labeledmarker/1.3/ or with MapIconMaker 1.1 in Flat mode gmaps-utility-library.googlecode.com/svn/trunk/mapiconmaker/1.1/ -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
