Open your map in Firefox then open Firebug console and enter this: var i=new GIcon(G_DEFAULT_ICON); alert(i.imageMap);
You can see the image map as an array of numbers. It seems to work with other properties of GIcon too: alert(i.printImage); Martin. http://code.google.com/apis/maps/documentation/reference.html#GIcon On 14 Aug, 23:10, bdukes <[email protected]> wrote: > Thanks, I hadn't found that set of images (from mymapsplus.com) in my > searching. > > I was hoping there'd be somewhere I could also find the imageMap, > various print images, etc, but maybe that's asking too much. > > Does anyone know how I might programatically (probably from Firebug) > interrogate one of these icons to see what its settings are? > > On Aug 14, 3:25 pm, Rossko <[email protected]> wrote: > > > > I'm developing a fairly simple map which displays some statistics > > > pulled from a database as points on the map. We would like to use the > > > pushpin icons which are available when creating maps with My Maps. > > > This might be useful -http://mapki.com/wiki/Icon_Image_Sets > > > > Firstly, does anyone know if those icons are free to use? > > > I don't think Google object to you using Google icons on a Google map, > > that's what they're provided for. > > The full set can be seen at -http://www.mymapsplus.com/markers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
