Enumerations

The following enumerations are available globally.

  • An AnchorPoint is a point that binds a 2D object into a 3D scene. If you were to draw a ray from the camera into the scene, the anchor point would be the position through the texture (in 2D)

    See more

    Declaration

    Swift

    public enum AnchorPoint
  • An error type from decoding the binary blob.

    typically seeing one of these errors means you are downloading a Map from the Mappedin servers and your generated code is out of date. If you see any of these error codes, please contact your Mappedin representative for assistance.

    See more

    Declaration

    Swift

    public enum DeserializableError : Error
  • An enum that contains all known codes that can occur from a Http request.

    See more

    Declaration

    Swift

    public enum HttpError : Error