MPIBlueDotStateChange
public struct MPIBlueDotStateChange : Codable
MPIBlueDotStateChange
contains the reason for an unexpected blue dot state
-
Has what we currentky know about the blue dot and how confident we are
Declaration
Swift
public let name: MPIBlueDotState
-
Visiblity State of the BlueDot marker
Declaration
Swift
public let markerVisibility: MPIMarkerState?
-
Reason why BlueDot may be in the current state
Declaration
Swift
public let reason: MPIBlueDotStateReason?
-
Additional message to complement the reason
Note
Message is an optional string that is used for the WebSDK and basically adds additional non-enum messages to developers about why things may fail. But it is not relevant for the iOS SDKs.Declaration
Swift
public let message: String?