StyleMode

public enum StyleMode

Defines the map styles available to the user.

  • Main style. By default this is the TomTom light style.

    Declaration

    Swift

    case main
  • 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