Is your feature request related to a problem? Please describe.
Currently it is not possible to display the info window when adding a marker without the user clicking on the marker.
For reference, on the existing Maps API we can utilize marker.showInfoWindow()
Describe the solution you'd like
A Boolean on the Marker Composable to immediately show the info window.
Is your feature request related to a problem? Please describe.
Currently it is not possible to display the info window when adding a marker without the user clicking on the marker.
For reference, on the existing Maps API we can utilize
marker.showInfoWindow()Describe the solution you'd like
A Boolean on the
MarkerComposable to immediately show the info window.