MPITinyObject

data class MPITinyObject(id: String, type: String?)

MPITinyObject contains the id and type of a MPINavigatable object

Constructors

MPITinyObject
Link copied to clipboard
fun MPITinyObject(id: String, type: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String?
copy
Link copied to clipboard
fun copy(id: String, type: String? = null): MPITinyObject
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
val id: String
type
Link copied to clipboard
val type: String? = null
Type of MPITinyObject
  • Note: 1. "Node" 2. "Location" 3. "Polygon" 4. "Vortex"