MPIVortex
data class MPIVortex( val id: String, val name: String? = null, var type: MPINavigatable.MPIVortexType? = null) : MPINavigatable
Content copied to clipboard
MPIVortex is a special entity that represents a way to move between two or more MPIMaps at a given venue.
Constructors
Link copied to clipboard
fun MPIVortex( id: String, name: String? = null, type: MPINavigatable.MPIVortexType? = null)
Content copied to clipboard