How to enable black mode in Google Maps in iOS
Issue #246
Use GMSMapStyle https://developers.google.com/maps/documentation/android-sdk/styling
Export styling json from https://mapstyle.withgoogle.com/
1 | let mapStyleUrl = Bundle.main.url(forResource: "mapStyle", withExtension: "json")! |
To change overall color, search for mostly "elementType": "geometry"
and "featureType": "water"
1 | { |
1 | { |