MPIMarkerState

enum MPIMarkerState : Enum<MPIMarkerState>

MPIMarkerState represents the current state of the blue dot marker

Entries

HIDDEN
Link copied to clipboard
Blue dot marker is hidden
GHOST
Link copied to clipboard
Blue dot marker is transparent
NORMAL
Link copied to clipboard
Blue dot marker is visible and opaque
UNCERTAIN
Link copied to clipboard
Blue dot marker is grayed out

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIMarkerState): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPIMarkerState>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int