在你添加自定义图片的时候,添加一个鼠标的Onclick Event,就行了
比如:
function createMarker(){
var marker = new ....
GEvent.addListener(marker,"click",function(){
//your code
})
}2010/1/16 Hari <[email protected]> > Hi, > > I am afraid; I tried this but it doesn't help. > Updated the code in given link. > > On Jan 16, 4:36 pm, Rossko <[email protected]> wrote: > > > 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 targetshttp:// > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > > >--
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.
