You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[google_maps_flutter_web] Prevent style conflict with cloudMapId
Fixes #161951
When a 'cloudMapId' is used, the Google Maps JS API does not allow the `styles` property to be set on the map options.
This change modifies the `_configurationAndStyleToGmapsOptions` method
to ensure that the `styles` property is only applied when
`configuration.mapId` is null. This resolves the console warning and
allows cloud-based styling to work as intended.
0 commit comments