static RoadInstruction |
RoadInstruction.createMinimalOnRoute(GeoJSONCoordinate position,
Constants.TurnDirection turnDirection,
Optional<String> ontoStreetName,
Optional<Constants.FormOfWay> ontoFormOfWay)
either street name or form of way must be present
|
static RoadInstruction |
RoadInstruction.createMinimalRouteEnd(GeoJSONCoordinate position,
Optional<String> onStreetName,
Optional<Constants.FormOfWay> onFormOfWay)
either street name or form of way (of the destination) must be present
|
static RoadInstruction |
RoadInstruction.createMinimalRouteStart(GeoJSONCoordinate position,
Optional<String> ontoStreetName,
Optional<Constants.FormOfWay> ontoFormOfWay)
either street name or form of way must be present
|
RoadInstruction |
RoadInstruction.setCompassDirection(Constants.CompassDirection compassDirection) |
RoadInstruction |
RoadInstruction.setConfirmationLandmark(Landmark confirmationLandmark) |
RoadInstruction |
RoadInstruction.setContinueMeters(Integer continueMeters) |
RoadInstruction |
RoadInstruction.setContinueSeconds(Integer continueSeconds) |
RoadInstruction |
RoadInstruction.setContinueUntilIntersectingStreetName(String continueUntilIntersectingStreetName) |
RoadInstruction |
RoadInstruction.setCrossing(Constants.RoadCrossing crossing) |
RoadInstruction |
RoadInstruction.setEnterBridge(Boolean enterBridge) |
RoadInstruction |
RoadInstruction.setEnterTunnel(Constants.Tunnel enterTunnel) |
RoadInstruction |
RoadInstruction.setLandmark(Landmark landmark) |
RoadInstruction |
RoadInstruction.setModeOfTransport(Constants.GeneralizedModeOfTransportType modeOfTransport) |
RoadInstruction |
RoadInstruction.setOntoFormOfWay(Constants.FormOfWay ontoFormOfWay) |
RoadInstruction |
RoadInstruction.setOntoRightSideOfRoad(Boolean ontoRightSideOfRoad) |
RoadInstruction |
RoadInstruction.setOntoStreetName(String ontoStreetName) |
RoadInstruction |
RoadInstruction.setRoadChange(Boolean roadChange) |
RoadInstruction |
RoadInstruction.setSubType(RoadInstruction.SubType subType) |
RoadInstruction |
RoadInstruction.setTurnDirection(Constants.TurnDirection turnDirection) |