Hi,
ExtendedMap class is missing setMapStyle(MapStyleOptions style) method. It is important for supporting dark mode in apps.
I've prepared a solution in a branch https://github.com/drahovac/MapsWrapper/tree/feature/add-map-style-options.
Unfortunately huawei uses different json for styling, so I had to change MapStyleOptions api to be able to load both resources for google and huawei.
Hi,
ExtendedMap class is missing
setMapStyle(MapStyleOptions style)method. It is important for supporting dark mode in apps.I've prepared a solution in a branch https://github.com/drahovac/MapsWrapper/tree/feature/add-map-style-options.
Unfortunately huawei uses different json for styling, so I had to change
MapStyleOptionsapi to be able to load both resources for google and huawei.