StyleMode

public enum StyleMode : Int

Defines the map styles available to the user.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • 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 tomTomMap.styleMode = .dark will have no effect.

    Declaration

    Swift

    case dark