RouteWaypoint.Builder |
RouteWaypoint.Builder.avoidActionsForDistance(Long avoidActionsForDistance) |
Avoids actions for the provided distance.
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.avoidUTurns(Boolean avoidUTurns) |
Avoid U-turns for calculation on highways and motorways.
|
static RouteWaypoint.Builder |
RouteWaypoint.builder() |
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.heading(Double heading) |
GPS Heading at the position.
|
default RouteWaypoint.Builder |
RouteWaypoint.Builder.matching(Consumer<RouteMatchingOptions.Builder> matching) |
Options to configure matching the provided position to the road network.
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.matching(RouteMatchingOptions matching) |
Options to configure matching the provided position to the road network.
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.passThrough(Boolean passThrough) |
If the waypoint should not be treated as a stop.
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.position(Double... position) |
Position defined as [longitude, latitude].
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.position(Collection<Double> position) |
Position defined as [longitude, latitude].
|
default RouteWaypoint.Builder |
RouteWaypoint.Builder.sideOfStreet(Consumer<RouteSideOfStreetOptions.Builder> sideOfStreet) |
Options to configure matching the provided position to a side of the street.
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.sideOfStreet(RouteSideOfStreetOptions sideOfStreet) |
Options to configure matching the provided position to a side of the street.
|
RouteWaypoint.Builder |
RouteWaypoint.Builder.stopDuration(Long stopDuration) |
Duration of the stop.
|
RouteWaypoint.Builder |
RouteWaypoint.toBuilder() |
|