How can I create a custom info window with multiple buttons to click. I want to open a circular menu(custom info window) around the clicked marker and then track the menu items click.
When I tried searching for it, the only solution I found is: https://github.com/jgilfelt/android-mapviewballoons Which is deprecated
And the Map Utils library doesn't seem to have anything related to this(Or at least I couldn't find it in the description) https://github.com/googlemaps/android-maps-utils
Any helpful pointer is much appreciated.