WatermarkStyle

public enum WatermarkStyle : UInt32, CaseIterable, Codable

Defines the style of the HERE watermark logo. The dark watermark should be used for custom schemes that are brighter (like daytime) and the light watermark for darker custom schemes (like night or satellite based).

  • Dark watermark, to be used for brighter daytime map schemes.

    Declaration

    Swift

    case dark
  • Light watermark, to be used for darker map schemes like night or satellite.

    Declaration

    Swift

    case light