Uses of Class
global.maplink.trip.schema.v2.features.turnByTurn.TurnByTurnInstruction
-
Packages that use TurnByTurnInstruction Package Description global.maplink.trip.schema.v2.features.turnByTurn global.maplink.trip.schema.v2.solution -
-
Uses of TurnByTurnInstruction in global.maplink.trip.schema.v2.features.turnByTurn
Methods in global.maplink.trip.schema.v2.features.turnByTurn that return TurnByTurnInstruction Modifier and Type Method Description TurnByTurnInstructionTurnByTurnInstruction.TurnByTurnInstructionBuilder. build() -
Uses of TurnByTurnInstruction in global.maplink.trip.schema.v2.solution
Methods in global.maplink.trip.schema.v2.solution that return types with arguments of type TurnByTurnInstruction Modifier and Type Method Description List<TurnByTurnInstruction>SolutionLeg. getTurnByTurn()Method parameters in global.maplink.trip.schema.v2.solution with type arguments of type TurnByTurnInstruction Modifier and Type Method Description SolutionLeg.SolutionLegBuilderSolutionLeg.SolutionLegBuilder. turnByTurn(List<TurnByTurnInstruction> turnByTurn)Constructor parameters in global.maplink.trip.schema.v2.solution with type arguments of type TurnByTurnInstruction Constructor Description SolutionLeg(Long distance, Long nominalDuration, Double averageSpeed, MaplinkPoints points, List<TurnByTurnInstruction> turnByTurn, Address firstPointAddress, LegResult placeCalculation, LegResult tollCalculation)
-