State

public enum State

State of MapboxPanelController

  • Panel is opened on full height

    Declaration

    Swift

    case opened
  • Panel is collapsed. Only search bar and few category buttons (configurable) would be visible.

    Declaration

    Swift

    case collapsed
  • Panel is totally hidden.

    Declaration

    Swift

    case hidden