MPIBlueDotStateReason

public enum MPIBlueDotStateReason : Int, Codable

MPIBlueDotStateReason contains the reason for an unexpected blue dot state

  • Positions we are receiving indicate we are outside the venue

    Declaration

    Swift

    case OUTSIDE_MAP = 0
  • BlueDot is enabled, but we haven’t received any positions

    Declaration

    Swift

    case NO_POSITIONS_PROVIDED = 1
  • Web Only: error returned by geolocation provider

    Declaration

    Swift

    case GEOLOCATION_PROVIDER_ERROR = 2
  • Errors provided by custom location providers

    Declaration

    Swift

    case CUSTOM_GEOLOCATION_PROVIDER_ERROR = 3