M P I Action
data class MPIAction(type: MPIActionType?, bearing: MPIBearingType?, referencePosition: String?, fromMap: MPIMap?, toMap: MPIMap?)
Content copied to clipboard
This class represents the type of action to be taken in a specific MPIInstruction
Constructors
MPIAction
Link copied to clipboard
fun MPIAction(type: MPIActionType?, bearing: MPIBearingType? = null, referencePosition: String? = null, fromMap: MPIMap? = null, toMap: MPIMap? = null)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: MPIActionType?, bearing: MPIBearingType? = null, referencePosition: String? = null, fromMap: MPIMap? = null, toMap: MPIMap? = null): MPIDirections.MPIAction
Content copied to clipboard
Properties
referencePosition
Link copied to clipboard
type
Link copied to clipboard