Now that we have MarkerComposable, which allows us to create fully custom-styled markers, and MarkerInfoWindow, which allows us to create fully custom-styled InfoWindows, how should I proceed if I want both the Marker and InfoWindow to have custom styles?
How come this not yet implemented. There is already a composable that supports Composable Marker and one that supports Composable InfoWindow. Why not both?
Now that we have
MarkerComposable
, which allows us to create fully custom-styled markers, andMarkerInfoWindow
, which allows us to create fully custom-styled InfoWindows, how should I proceed if I want both the Marker and InfoWindow to have custom styles?