Layout

public struct Layout : Codable

Undocumented

  • Whether this layer is displayed.

    Declaration

    Swift

    public var visibility: Value<Visibility>?
  • Undocumented

    Declaration

    Swift

    public init()
  • Name of image in sprite to use as the middle of the location indicator.

    Declaration

    Swift

    public var bearingImage: Value<ResolvedImage>?
  • Name of image in sprite to use as the background of the location indicator.

    Declaration

    Swift

    public var shadowImage: Value<ResolvedImage>?
  • Name of image in sprite to use as the top of the location indicator.

    Declaration

    Swift

    public var topImage: Value<ResolvedImage>?