6
votes

I'm trying to put multiple buttons inside an GoogleMaps InfoWindos.

I know that: "Info window is not a live View, rather the view is rendered as an image onto the map. As a result, any listeners you set on the view are disregarded and you cannot distinguish between click events on various parts of the view. You are advised not to place interactive components — such as buttons, checkboxes, or text inputs — within your custom info window."

Soo I'm looking for an alternative.

Thanks for your help.

1
Take a look at my workaround here: stackoverflow.com/questions/14123243/…chose007

1 Answers

-2
votes

impliment the infowindowcliclistner.