MPIInstruction
data class MPIInstruction( val action: MPIDirections.MPIAction? = null, val instruction: String?, val node: MPINavigatable.MPINode? = null, val distance: Double?, var atVortex: MPINavigatable.MPIVortex? = null)
Content copied to clipboard
This class represents a singular step or instruction of a MPIDirections
Constructors
Link copied to clipboard
fun MPIInstruction( action: MPIDirections.MPIAction? = null, instruction: String?, node: MPINavigatable.MPINode? = null, distance: Double?, atVortex: MPINavigatable.MPIVortex? = null)
Content copied to clipboard