I need to show an Infowindow of a Google map marker without the small triangle at the bottom. Please check the image which I have attached.
I tried by setting by changing setInfoWindowAnchor but it didn't work. Can anyone help me on this?
marker_info.setInfoWindowAnchor(0,0)
In order to use the speechbubble, use the
getInfoContents()
override.In order to not use the speechbubble, use
getInfoWindow()
override.Example 1:
Result:
Example 2:
Result:
Note, here is the info_window.xml layout file used: