LayoutVisibility

public enum LayoutVisibility : String, Equatable

Constants indicating the visibility of different map ornaments.

  • A constant indicating that the ornament adapts to the current map state.

    Declaration

    Swift

    case adaptive
  • A constant indicating that the ornament is always hidden.

    Declaration

    Swift

    case hidden
  • A constant indicating that the ornament is always visible.

    Declaration

    Swift

    case visible