I'm using Google Maps API v2 in my app and I made custom info window when marker is clicked.
This is how it looks like right now, nothing special, just a simple info window.
But now I want to do this. So I want to put a button next to info window and the user needs to click the button that's next to the info window, not the info window itself.
Is this even possible? I did a lot of research on google and I didn't find a single thing that would help me. Is this even possible to achieve using this API? If it is, I would appreciate some pointers, useful links or even examples.