Uses of Class
global.maplink.trip.schema.v2.features.turnByTurn.Instructions
-
Packages that use Instructions Package Description global.maplink.trip.schema.v2.features.turnByTurn -
-
Uses of Instructions in global.maplink.trip.schema.v2.features.turnByTurn
Methods in global.maplink.trip.schema.v2.features.turnByTurn that return Instructions Modifier and Type Method Description InstructionsTurnByTurnInstruction. getType()static InstructionsInstructions. valueOf(String name)Returns the enum constant of this type with the specified name.static Instructions[]Instructions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in global.maplink.trip.schema.v2.features.turnByTurn with parameters of type Instructions Modifier and Type Method Description TurnByTurnInstruction.TurnByTurnInstructionBuilderTurnByTurnInstruction.TurnByTurnInstructionBuilder. type(Instructions type)Constructors in global.maplink.trip.schema.v2.features.turnByTurn with parameters of type Instructions Constructor Description TurnByTurnInstruction(Double distance, Instructions type, MaplinkPoints points, String text, int duration, int exitNumber)
-