MPIVortex
public struct MPIVortex : MPINavigatable
MPIVortex
is a special entity that represents a link between two or more MPIMaps
at a given venue.
-
id
of the vortexDeclaration
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?
-
MPINavigatable
typeDeclaration
Swift
public var navigatableType: String { get }