static Route.Builder |
Route.builder() |
|
Route.Builder |
Route.Builder.legs(Collection<RouteLeg> legs) |
A leg is a section of a route from one waypoint to the next.
|
Route.Builder |
Route.Builder.legs(Consumer<RouteLeg.Builder>... legs) |
A leg is a section of a route from one waypoint to the next.
|
Route.Builder |
Route.Builder.legs(RouteLeg... legs) |
A leg is a section of a route from one waypoint to the next.
|
Route.Builder |
Route.Builder.majorRoadLabels(Collection<RouteMajorRoadLabel> majorRoadLabels) |
Important labels including names and route numbers that differentiate the current route from the alternatives
presented.
|
Route.Builder |
Route.Builder.majorRoadLabels(Consumer<RouteMajorRoadLabel.Builder>... majorRoadLabels) |
Important labels including names and route numbers that differentiate the current route from the alternatives
presented.
|
Route.Builder |
Route.Builder.majorRoadLabels(RouteMajorRoadLabel... majorRoadLabels) |
Important labels including names and route numbers that differentiate the current route from the alternatives
presented.
|
default Route.Builder |
Route.Builder.summary(Consumer<RouteSummary.Builder> summary) |
Summarized details of the leg.
|
Route.Builder |
Route.Builder.summary(RouteSummary summary) |
Summarized details of the leg.
|
Route.Builder |
Route.toBuilder() |
|