M P I Vortex
data class MPIVortex(id: String, name: String?, type: MPINavigatable.MPIVortexType?) : 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
MPIVortex
Link copied to clipboard
fun MPIVortex(id: String, name: String? = null, type: MPINavigatable.MPIVortexType? = null)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: String, name: String? = null, type: MPINavigatable.MPIVortexType? = null): MPINavigatable.MPIVortex
Content copied to clipboard