MPIVortex

data class MPIVortex(id: String, name: String?, type: MPINavigatable.MPIVortexType?) : MPINavigatable

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)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String?
component3
Link copied to clipboard
operator fun component3(): MPINavigatable.MPIVortexType?
copy
Link copied to clipboard
fun copy(id: String, name: String? = null, type: MPINavigatable.MPIVortexType? = null): MPINavigatable.MPIVortex
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard
open override val id: String
id of the vortex
name
Link copied to clipboard
val name: String? = null
Name of the vortex
  • Example: elevator

type
Link copied to clipboard
var type: MPINavigatable.MPIVortexType? = null
Type of the vortex