In the new Google Maps for Android API v2, I can very easily get custom markers and info windows to display. However, I’m trying to have multiple buttons inside of my info window, that each perform a different onClick action but the problem is, the map treats the InfoWindow as it’s own button object (no matter where I click on the InfoWindow, it presses the entire thing). Does anyone know how to customize this a bit more?
In the new Google Maps for Android API v2, I can very easily get
Share
Just found this in the documentation.
Unfortunately, that answers it. I was trying to add the same function as you.