On Mar 22, 6:03 pm, madmaze <[email protected]> wrote: > Hello Everyone, > im working on a game representation, where you have a map with some > flags on it. > I got the infowindowhtml working, but since my custom icons are larger > than the original icon, the only clickable area is where the old > marker was, top left corner, > > does anyone know how to fix that?
The click targets are defined by these parameters of the icon (which one is used depends on the browser): http://code.google.com/apis/maps/documentation/reference.html#GIcon.transparent http://code.google.com/apis/maps/documentation/reference.html#GIcon.imageMap See this page of Mike Williams' tutorial for details: Part 9 Making your own custom markers. http://econym.org.uk/gmap/custom.htm -- Larry > see link below:http://matthiaslee.com/testmap/test.html > > Thanks > > -Maze -- 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.
