1 min readMar 20, 2020
Thank you very much for your all effort to write nice article about how to apply style of Google in Android application.
However, there might be a mistake in below line.
googleMap.setMapType(mapStyleOptions);
instead it would be
googleMap.setMapStyle(mapStyleOptions);
Please have a look and update if its an mistake.