> I have been trying this for last 3-4 hours, but with no success. I > want to invoke the mouse click event on a marker, which has a custom > image; but due to some strange reasons it is not working.
Your custom markers have no click targets http://econym.org.uk/gmap/custom.htm Instead of creating from a 'blank' GIcon, you can create custom markers from the default GIcon which ensures you don't forget to define the essentials mything = new gicon (G_DEFAULT_ICON) ;
-- 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.
