MPILocationState

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

MPILocationState represents the state of MPINavigatable.MPILocation

Constructors

Link copied to clipboard
fun MPILocationState(    type: String,     start: String? = null,     end: String? = null)

Properties

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.

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.

Link copied to clipboard
val type: String

type of the MPILocationState