MPIMarkerState

public enum MPIMarkerState : Int, Codable

MPIMarkerState represents the current state of the blue dot marker

  • Blue dot marker is hidden

    Declaration

    Swift

    case HIDDEN = 0
  • Blue dot marker is transparent

    Declaration

    Swift

    case GHOST = 1
  • Blue dot marker is visible and opaque

    Declaration

    Swift

    case NORMAL = 2
  • Blue dot marker is grayed out

    Declaration

    Swift

    case UNCERTAIN = 3