Enumerations

The following enumerations are available globally.

  • MPIMarkerState represents the current state of the blue dot marker

    See more

    Declaration

    Swift

    public enum MPIMarkerState : Int, Codable
  • MPIBlueDotState represents what we currently know about the user’s position, and how confident we are.

    See more

    Declaration

    Swift

    public enum MPIBlueDotState : Int, Codable
  • MPIBlueDotStateReason contains the reason for an unexpected blue dot state

    See more

    Declaration

    Swift

    public enum MPIBlueDotStateReason : Int, Codable
  • Possible action types of a specificMPIInstruction

    See more

    Declaration

    Swift

    public enum MPIActionType : String, Codable
  • Possible bearing types when the type of anMPIInstruction is Turn

    See more

    Declaration

    Swift

    public enum MPIBearingType : String, Codable
  • MPIError has different enum error messages.

    See more

    Declaration

    Swift

    public enum MPIError : String, Codable
  • MPIState represents the state of an MPIMap.

    See more

    Declaration

    Swift

    public enum MPIState : String, Codable
  • MPIVortexType represents the type of entity to move from one MPIMap to another MPIMap

    See more

    Declaration

    Swift

    public enum MPIVortexType : String, Codable