I have implemented Google maps in my Android application and everything looked clean until few days. Previously the maps looked like the below image
Now the map has a new look similar to image below
I have not changed or updated anything in the implemention, yet there are dark lines on the map which makes it difficult to read the places.
Any help is appreciated. Thanks
Note: I have downloaded the images from Google for reference, please ignore the xml layout changes.
I guess u might added map theme, if added please remove or change theme
//Custom Theme
MapStyleOptions style = MapStyleOptions.loadRawResourceStyle(this.context, R.raw.my_map_style);
map.setMapStyle(style);
Changing theme Please refer here.
Create theme from here.