StandardLightPreset

 @_spi(Experimental) public struct StandardLightPreset : RawRepresentable, Hashable

Defines the available light presets in the Mapbox Standard Style.

  • Declaration

    Swift

     public let rawValue: String
  • Declaration

    Swift

     public init(rawValue: String)
  • day

    Day light preset.

    Declaration

    Swift

     public static let day: StandardLightPreset
  • Night light preset.

    Declaration

    Swift

     public static let night: StandardLightPreset
  • Dusk light preset.

    Declaration

    Swift

     public static let dusk: StandardLightPreset
  • Dawn light preset.

    Declaration

    Swift

     public static let dawn: StandardLightPreset