MPIVortex

public struct MPIVortex : MPINavigatable

MPIVortex is a special entity that represents a link between two or more MPIMaps at a given venue.

  • id

    id of the vortex

    Declaration

    Swift

    public var id: String
  • Name of the vortex

    • Example: elevator

    Declaration

    Swift

    public var name: String?
  • Type of the vortex

    Declaration

    Swift

    public var type: MPIVortexType?
  • Declaration

    Swift

    public var navigatableType: String { get }