Provide support for Map color scheme as implemented in the non-compose version of the Maps SDK.
Is your feature request related to a problem? Please describe.
I am unable to display Google Maps in Dark Theme.
Describe the solution you'd like
To be able to configure a google maps to display in Light Theme or Dark Theme.
Describe alternatives you've considered
A possible workaround is to render with a custom styled Map; however, this is compatible only with a map set with mapType = MapType.NORMAL.
Additional context
My application allows the user the choose Light Theme, Dark Theme, or to follow the System's UI Theme.
Provide support for Map color scheme as implemented in the non-compose version of the Maps SDK.
Is your feature request related to a problem? Please describe. I am unable to display Google Maps in Dark Theme.
Describe the solution you'd like To be able to configure a google maps to display in Light Theme or Dark Theme.
Describe alternatives you've considered A possible workaround is to render with a custom styled Map; however, this is compatible only with a map set with
mapType = MapType.NORMAL
.Additional context My application allows the user the choose Light Theme, Dark Theme, or to follow the System's UI Theme.