Google 1

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/

let mapStyleUrl = Bundle.main.url(forResource: "mapStyle", withExtension: "json" …