MPILocationState

data class MPILocationState(type: String, start: String?, end: String?)

MPILocationState represents the state of MPINavigatable.MPILocation

Constructors

MPILocationState
Link copied to clipboard
fun MPILocationState(type: String, start: String? = null, end: String? = 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(): String?
copy
Link copied to clipboard
fun copy(type: String, start: String? = null, end: String? = null): MPILocationState
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

end
Link copied to clipboard
val end: String? = null
if the MPINavigatable.MPILocationhas an anticipated end date, end represents the end date of the MPINavigatable.MPILocation; otherwise, null.
start
Link copied to clipboard
val start: String? = null
if the MPINavigatable.MPILocation is currently not available, start represents the start date of the MPINavigatable.MPILocation; otherwise, null.
type
Link copied to clipboard
val type: String
type of the MPILocationState
  • Example: "coming-soon"