googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/maps-compose
Apache License 2.0
1.16k stars 143 forks source link

Provide Support for "Map color scheme" to display map in Dark Theme #589

Closed RyeGordo closed 4 months ago

RyeGordo commented 4 months ago

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.

el-qq commented 4 months ago

591

el-qq commented 4 months ago

@RyeGordo please close the issue