I have a map in my android application with several markers. When I click on any of the markers the info window appears and also a directions button on the bottom right hand side corner just like the picture below shows.
The problem is that I also open the info window programmatically based on user inputs within the app. I do this using marker.showInfoWindow() but this way it doesn't show the directions button. I have googled around and not found anyone with a similar issue, was hoping there was a way for the button to appear and if so how?