TomTom SDK for iOS StyleMode StyleMode public enum StyleMode Defines the map styles available to the user. main Main style. By default this is the TomTom light style. Declaration Swift case main dark Dark style. By default this is the TomTom dark style. When MapOptions.mapStyle.darkStyle is not set, setting map.styleMode = .dark will have no effect. Declaration Swift case dark