MPILocation State
data class MPILocationState( val type: String, val start: String? = null, val end: String? = null)
Content copied to clipboard
MPILocationState represents the state of MPINavigatable.MPILocation
Constructors
Link copied to clipboard
fun MPILocationState( type: String, start: String? = null, end: String? = null)
Content copied to clipboard
Properties
Link copied to clipboard
if the MPINavigatable.MPILocationhas an anticipated end date, end represents the end date of the MPINavigatable.MPILocation; otherwise, null.
Link copied to clipboard
if the MPINavigatable.MPILocation is currently not available, start represents the start date of the MPINavigatable.MPILocation; otherwise, null.
Link copied to clipboard